minecraft-src/data/minecraft/recipe/candle.json
2025-07-04 02:00:41 +03:00

16 lines
No EOL
240 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"H": "minecraft:honeycomb",
"S": "minecraft:string"
},
"pattern": [
"S",
"H"
],
"result": {
"count": 1,
"id": "minecraft:candle"
}
}