Files
minecraft-assets/data/minecraft/recipes/shulker_box.json
2018-12-21 06:38:40 +00:00

19 lines
255 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"-",
"#",
"-"
],
"key": {
"#": {
"item": "minecraft:chest"
},
"-": {
"item": "minecraft:shulker_shell"
}
},
"result": {
"item": "minecraft:shulker_box"
}
}