| 12345678910111213141516171819 |
- {
- "type": "minecraft:crafting_shapeless",
- "group": "magenta_dye",
- "ingredients": [
- {
- "item": "minecraft:blue_dye"
- },
- {
- "item": "minecraft:red_dye"
- },
- {
- "item": "minecraft:pink_dye"
- }
- ],
- "result": {
- "item": "minecraft:magenta_dye",
- "count": 3
- }
- }
|