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

18 lines
248 B
JSON

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