minecraft-assets/data/minecraft/recipes/candle.json

19 lines
270 B
JSON

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