light_gray_dye_from_black_white_dye.json 317 B

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