Guest User

spawner.json

a guest
May 26th, 2022
49,726
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 1 0
  1. [
  2.  
  3. {
  4.  
  5. "phase": "after_day1",
  6.  
  7. "mob": "minecraft:zombie",
  8.  
  9. "persecond": 1,
  10.  
  11. "attempts": 20,
  12.  
  13. "amount": {
  14.  
  15. "minimum": 20,
  16.  
  17. "maximum": 90
  18.  
  19. },
  20.  
  21. "conditions": {
  22.  
  23. "dimension": "minecraft:overworld",
  24.  
  25. "norestrictions": true,
  26.  
  27. "mindist": 30,
  28.  
  29. "maxdist": 80,
  30.  
  31. "minheight": 1,
  32.  
  33. "maxheight": 256,
  34.  
  35. "maxthis": 150
  36.  
  37. }
  38.  
  39. }
  40.  
  41. ]
Advertisement
Add Comment
Please, Sign In to add comment