Files
minecraft-assets/data/minecraft/recipe/pink_dye_from_red_white_dye.json
2025-02-19 18:31:59 +01:00

13 lines
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"
}
}