minecraft-assets/data/minecraft/recipes/shulker_box.json

19 lines
265 B
JSON

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