Files
minecraft-assets/data/minecraft/recipe/quartz_pillar.json
2024-05-29 18:31:30 +02:00

17 lines
247 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:quartz_block"
}
},
"pattern": [
"#",
"#"
],
"result": {
"count": 2,
"id": "minecraft:quartz_pillar"
}
}