orange_dye_from_red_yellow.json 259 B

12345678910111213141516
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "group": "orange_dye",
  4. "ingredients": [
  5. {
  6. "item": "minecraft:red_dye"
  7. },
  8. {
  9. "item": "minecraft:yellow_dye"
  10. }
  11. ],
  12. "result": {
  13. "item": "minecraft:orange_dye",
  14. "count": 2
  15. }
  16. }