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

20 lines
287 B
JSON

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