Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/glowstone.json

24 lines
364 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:glowstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:glowstone_dust"
}
},
"result": {
"item": "minecraft:glowstone"
}
}
}