Files
minecraft-assets/data/minecraft/recipes/glowstone.json
2021-07-07 09:21:22 +00:00

15 lines
207 B
JSON

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