Files
minecraft-assets/data/minecraft/recipes/gray_candle.json
2024-04-10 18:28:59 +02:00

17 lines
278 B
JSON

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