Files
minecraft-assets/data/minecraft/recipes/candle.json
2021-07-07 09:21:22 +00:00

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