Files
minecraft-assets/assets/minecraft/recipes/purple_shulker_box.json
2018-01-13 19:17:52 +00:00

19 lines
262 B
JSON

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