Files
minecraft-assets/data/minecraft/recipes/glowstone.json
2019-04-06 17:15:10 +00:00

15 lines
207 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:glowstone_dust"
}
},
"result": {
"item": "minecraft:glowstone"
}
}