cyan_wool.json 237 B

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