Files
minecraft-assets/data/minecraft/recipe/candle.json
2024-06-13 21:50:08 +02:00

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