Files
minecraft-assets/data/minecraft/recipes/magenta_candle.json
2020-11-11 20:03:08 +00:00

14 lines
222 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:candle"
},
{
"item": "minecraft:magenta_dye"
}
],
"result": {
"item": "minecraft:magenta_candle"
}
}