light_blue_dye_from_blue_orchid.json 205 B

123456789101112
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "group": "light_blue_dye",
  4. "ingredients": [
  5. {
  6. "item": "minecraft:blue_orchid"
  7. }
  8. ],
  9. "result": {
  10. "item": "minecraft:light_blue_dye"
  11. }
  12. }