minecraft-assets/data/minecraft/recipes/purple_candle.json

14 lines
220 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:candle"
},
{
"item": "minecraft:purple_dye"
}
],
"result": {
"item": "minecraft:purple_candle"
}
}