MineAssets/1.12.2/assets/minecraft/recipes/purple_shulker_box.json
2024-12-17 02:08:01 +03:00

19 lines
262 B
JSON

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