Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. RottingGZSpawn:
  2. Type: RottingGZ
  3. Chance: 0.05
  4. Priority: 10
  5. Action: ADD
  6. Worlds: world
  7. Conditions:
  8. - outside true
  9. - night true
  10. - sunny true
  11. - distancefromspawn{d=>4000} true
  12. DrippingGZSpawn:
  13. Type: DrippingGZ
  14. Chance: 0.05
  15. Priority: 10
  16. Action: ADD
  17. Worlds: world
  18. Conditions:
  19. - outside true
  20. - (raining || thundering) true
  21. - distancefromspawn{d=>4000} true
  22. HellGZSpawn:
  23. Type: HellGZ
  24. Chance: 0.05
  25. Priority: 10
  26. Action: ADD
  27. Worlds: world
  28. Conditions:
  29. - outside true
  30. - dawn true
  31. - sunny true
  32. - distancefromspawn{d=>4000} true
  33. ConvertGZSpawn:
  34. Type: ConvertGZ
  35. Chance: 0.05
  36. Priority: 10
  37. Action: ADD
  38. Worlds: world
  39. Conditions:
  40. - outside true
  41. - dusk true
  42. - sunny true
  43. - distancefromspawn{d=>4000} true
  44. DustyGZSpawn:
  45. Type: DustyGZ
  46. Chance: 1.0
  47. Priority: 10
  48. Action: ADD
  49. Worlds: world
  50. Conditions:
  51. - outside true
  52. - day true
  53. - sunny true
  54. - distancefromspawn{d=>4000} true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement