minecraft-src/data/minecraft/recipe/orange_candle.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
282 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "dyed_candle",
"ingredients": [
{
"item": "minecraft:candle"
},
{
"item": "minecraft:orange_dye"
}
],
"result": {
"count": 1,
"id": "minecraft:orange_candle"
}
}