Files
minecraft-assets/data/minecraft/recipes/purple_candle.json
2021-04-14 18:32:33 +00:00

14 lines
220 B
JSON

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