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

13 lines
209 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "magenta_dye",
"ingredients": [
{
"item": "minecraft:lilac"
}
],
"result": {
"item": "minecraft:magenta_dye",
"count": 2
}
}