Files
minecraft-assets/data/minecraft/recipes/shulker_box.json
2022-05-25 18:38:34 +02:00

19 lines
265 B
JSON

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