Files
minecraft-assets/data/minecraft/recipe/candle.json
2025-01-15 18:31:25 +01:00

16 lines
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"
}
}