cyan_dye.json 232 B

123456789101112131415
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:blue_dye"
  6. },
  7. {
  8. "item": "minecraft:green_dye"
  9. }
  10. ],
  11. "result": {
  12. "item": "minecraft:cyan_dye",
  13. "count": 2
  14. }
  15. }