Files
minecraft-assets/data/minecraft/recipes/andesite_wall.json
2022-05-18 18:37:27 +02:00

16 lines
223 B
JSON

{
"type": "minecraft:crafting_shaped",
"key": {
"#": {
"item": "minecraft:andesite"
}
},
"pattern": [
"###",
"###"
],
"result": {
"count": 6,
"item": "minecraft:andesite_wall"
}
}