Files
minecraft-assets/data/minecraft/recipes/candle.json
2022-05-04 18:38:43 +02:00

18 lines
248 B
JSON

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