minecraft-assets/data/minecraft/recipes/quartz_pillar.json

16 lines
223 B
JSON

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