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

20 lines
No EOL
284 B
JSON

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