Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "pairs": [
  3. {
  4. "chance": 100,
  5. "items": [
  6. {
  7. "type": "ROTTEN_FLESH",
  8. "chance": 100,
  9. "min": 0,
  10. "max": 2,
  11. "looting": true
  12. }
  13. ]
  14. },
  15. {
  16. "killedByPlayer": true,
  17. "chance": 2.5,
  18. "lootingChance": 1,
  19. "items": [
  20. {
  21. "type": "IRON_INGOT",
  22. "chance": 33,
  23. "min": 1,
  24. "max": 1
  25. },
  26. {
  27. "type": "CARROT",
  28. "chance": 33,
  29. "min": 1,
  30. "max": 1
  31. },
  32. {
  33. "type": "POTATO",
  34. "chance": 34,
  35. "min": 1,
  36. "max": 1
  37. }
  38. ]
  39. }
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement