magenta_dye_from_blue_red_pink.json 307 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "group": "magenta_dye",
  4. "ingredients": [
  5. {
  6. "item": "minecraft:blue_dye"
  7. },
  8. {
  9. "item": "minecraft:red_dye"
  10. },
  11. {
  12. "item": "minecraft:pink_dye"
  13. }
  14. ],
  15. "result": {
  16. "item": "minecraft:magenta_dye",
  17. "count": 3
  18. }
  19. }