Files
minecraft-assets/data/minecraft/recipes/red_candle.json
2024-02-14 17:44:28 +01:00

16 lines
262 B
JSON

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