Files
minecraft-assets/data/minecraft/recipe/shulker_box.json
2024-11-20 18:31:23 +01:00

17 lines
257 B
JSON

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