lime_dye.json 233 B

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