Files
minecraft-assets/data/minecraft/recipes/bundle.json
2020-12-02 20:03:14 +00:00

19 lines
265 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"-#-",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:rabbit_hide"
},
"-": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:bundle"
}
}