You've already forked minecraft-assets
Create/Update assets for version 21w08a
This commit is contained in:
19
data/minecraft/recipes/bundle.json
Normal file
19
data/minecraft/recipes/bundle.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"-#-",
|
||||
"# #",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "minecraft:rabbit_hide"
|
||||
},
|
||||
"-": {
|
||||
"item": "minecraft:string"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bundle"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user