Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
A little bit of Vanilla
Browse files Browse the repository at this point in the history
These changes attempt to create behavior patterns that are closer to a single player experience.
  • Loading branch information
95CivicSi committed Oct 16, 2017
1 parent b64cb8e commit 5a1aa18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PureEntitiesX/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ creeper:
block-breaking-explosion: false

breeding:
emit-love-particles-constantly: false
emit-love-particles-constantly: true

# control logfile logging
# possible: debug, warn, info
Expand All @@ -39,7 +39,7 @@ logfile:

# describes the distances that are used for specific actions
distances:
interact: 6 # defines until which distance an interaction with an entity is possible
interact: 3 # defines until which distance an interaction with an entity is possible
find-partner: 49 # defines whe maximum distance when love mode is active and is searching for another partner
tamed-teleport: 20 # defines how many blocks the player can move until the tamed entity teleports to it's owner (when not sitting)
tamed-follow-player: 14 # defines the distance between owner and tamed entity when it stops wandering around and get back to player
Expand All @@ -48,10 +48,10 @@ ticks:
block-interest: 100 # defines how many ticks pass by before the block of interest check kicks in

idle:
chance: 20 # 20 percent of idle after walking around
chance: 80 # 20 percent of idle after walking around
min-idle: 100 # minimum idle in ticks
max-idle: 500 # max idle in ticks
time-between-idle: 60 # time that has to pass at least between each idling status in seconds
time-between-idle: 20 # time that has to pass at least between each idling status in seconds

xp:
enabled: true # enable experience pickup system - disable if you have problems!
Expand All @@ -73,7 +73,7 @@ max-spawn:
creeper: 5
enderman: 5
ghast: 5
irongolem: 2
irongolem: 0
magmacube: 5
pigzombie: 5
skeleton: 5
Expand Down

0 comments on commit 5a1aa18

Please sign in to comment.