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

15 lines
207 B
JSON

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