magenta_dye_from_blue_red_white_dye.json 355 B

12345678910111213141516171819202122
  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:red_dye"
  13. },
  14. {
  15. "item": "minecraft:white_dye"
  16. }
  17. ],
  18. "result": {
  19. "item": "minecraft:magenta_dye",
  20. "count": 4
  21. }
  22. }