Files
minecraft-assets/data/minecraft/recipe/purple_candle.json
2025-02-19 18:31:59 +01:00

13 lines
238 B
JSON

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