Files
minecraft-assets/data/minecraft/recipe/brown_candle.json
2024-05-29 18:31:30 +02:00

17 lines
280 B
JSON

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