Files
minecraft-assets/data/minecraft/recipe/magenta_dye_from_purple_and_pink.json
2024-10-23 18:31:37 +02:00

13 lines
238 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "magenta_dye",
"ingredients": [
"minecraft:purple_dye",
"minecraft:pink_dye"
],
"result": {
"count": 2,
"id": "minecraft:magenta_dye"
}
}