Done Squid and Animal spawn rates.

Discussion in 'Vanilla Plus' started by Lawmonark, Jun 28, 2015.

  1. Lawmonark

    Lawmonark Well-Known Member

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:01 AM
    While i know this pack is light, and limits should not be needed.
    I feel like they are. There were so many non hostile mobs near me that i was lagging out.
    When i say A LOT i mean a lot.... 100s were spawning.
     
  2. Bennyboy1695

    Bennyboy1695 Well-Known Member

    Messages:
    1,888
    Likes Received:
    498
    Local Time:
    9:01 AM
    I agree with this, there was about 100 squids if not more in a 3 chunk radius in one area we found, maybe we need to limit them to about half if not 3 quarters of that in 3x3 chunk areas
     
  3. SilentBane

    SilentBane Well-Known Member

    Messages:
    1,030
    Likes Received:
    628
    Local Time:
    3:01 AM
    Could you just not walk outside and murder them?
     
  4. Lawmonark

    Lawmonark Well-Known Member

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:01 AM
    They spawn very often, even when killling them.
     
  5. Bennyboy1695

    Bennyboy1695 Well-Known Member

    Messages:
    1,888
    Likes Received:
    498
    Local Time:
    9:01 AM
    that prevents it at the time but would just respawn again thus repeating the loop
     
    Lawmonark likes this.
  6. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:01 AM
    Squid spawn rates are bugged in 1.7 with one of the mods, don't remember which.
     
  7. Lawmonark

    Lawmonark Well-Known Member

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:01 AM
  8. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:01 AM
    I reduced the limits and added squids separately with a max of 3.
     
    Bennyboy1695 likes this.
  9. Lawmonark

    Lawmonark Well-Known Member

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:01 AM
    What were they reduced to?
     
    Last edited: Jun 29, 2015
  10. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    10:01 AM
    Code:
    general {
    	# remove entities which exceed the general and/or specific limit on chunk load
    	B:removeOnChunkLoad=true
    
    	# kill entities to avoid them from ghost blocking
    	B:setDeath=true
    }
    
    
    general-limit {
    	# Simple Class Names of Entities
    	S:ignore=someEntityName,anotherEntityName
    
    	# max amount of animals (passive mobs)
    	I:maxAnimals=15
    
    	# max amount of living entities (mobs and animals within a 3x3 chunk area)
    	I:maxLivingEntities=20
    
    	# max amount of mobs (hostile mobs)
    	I:maxMobs=15
    }
    
    
    specific-limit {
    	# Simple Class Names of Entities and their limit split with a ":"
    	S:maxSpecificEnt=EntitySquid:3
    }
     
  11. Lawmonark

    Lawmonark Well-Known Member

    Messages:
    2,558
    Likes Received:
    770
    Local Time:
    10:01 AM
    Thats really low for vanilla.
    Our real issue was with squids.
    I would actually remove the caps on the other mobs and animals. Only reduce if they cause an issue.
    Vanilla gameplay relies on spawn rates. Since we dont have auto spawners.
     

Share This Page