Files
minecraft-assets/assets/minecraft/recipes/quartz_block.json
2017-04-15 11:12:58 +00:00

16 lines
207 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:quartz"
}
},
"result": {
"item": "minecraft:quartz_block",
"data": 0
}
}