green.json 369 B

1234567891011121314151617181920212223
  1. {
  2. "type": "minecraft:entity",
  3. "pools": [
  4. {
  5. "rolls": 1,
  6. "entries": [
  7. {
  8. "type": "minecraft:item",
  9. "name": "minecraft:green_wool"
  10. }
  11. ]
  12. },
  13. {
  14. "rolls": 1,
  15. "entries": [
  16. {
  17. "type": "minecraft:loot_table",
  18. "name": "minecraft:entities/sheep"
  19. }
  20. ]
  21. }
  22. ]
  23. }