Files
minecraft-assets/data/minecraft/recipes/shulker_box.json
2024-04-22 09:53:17 +02:00

21 lines
301 B
JSON

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