Files
minecraft-assets/data/minecraft/recipe/lime_candle.json
2025-03-05 18:31:24 +01:00

13 lines
234 B
JSON

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