Files
minecraft-assets/data/minecraft/recipes/glowstone.json
2022-07-20 18:37:37 +02:00

15 lines
207 B
JSON

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