Files
minecraft-assets/data/minecraft/recipes/shulker_box.json
2024-02-28 18:28:54 +01:00

20 lines
285 B
JSON

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