Files
minecraft-assets/data/minecraft/recipe/red_candle.json
2025-01-29 18:30:55 +01:00

13 lines
232 B
JSON

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