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

13 lines
No EOL
230 B
JSON

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