Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Creature Type:
  2.  
  3. "OVERGHAST": {
  4. "Spawn Rate": 1,
  5. "Spawn Cap": 15,
  6. "Chunk Spawn Chance": 0.0,
  7. "Spawn Medium": "air",
  8. "Iterations Per Chunk": 3,
  9. "Iterations Per Pack": 4,
  10. "Spawn Tag": "!sky()&&lgcy.dimension(0)&&obj.light>7&&wrld.timeofDay(13000)||lgcy.dimension(1)",
  11. "Default Biome Cap": -1,
  12. "Biome Caps": {}
  13. }
  14.  
  15. I know its a bit redundant with the spawn tags in the config below, but just in case...
  16.  
  17. SpecialMobs config:
  18.  
  19. "SpecialMobs.UnholyGhast": {
  20. "Type-Enabled": "OVERGHAST-true",
  21. "Spawn Operand": "OR",
  22. "Spawn Tag": "!sky()lgcy.dimension(0)&&obj.light>7&&wrld.timeofDay(13000)||lgcy.dimension(1)",
  23. "Despawn Tags": "obj.light<8",
  24. "Contents": [
  25. "SpecialMobs.UnholyGhast"
  26. ]
  27. }
  28. ^ This applies to every Ghast mob in the config.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement