minecraft-src/data/minecraft/recipe/magenta_dye_from_blue_red_pink.json
2025-07-04 02:00:41 +03:00

14 lines
No EOL
261 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "magenta_dye",
"ingredients": [
"minecraft:blue_dye",
"minecraft:red_dye",
"minecraft:pink_dye"
],
"result": {
"count": 3,
"id": "minecraft:magenta_dye"
}
}