minetest.conf: Reduce spawnegg frequency (interval = 4800, chance =

24000).
This commit is contained in:
AntumDeluge 2016-09-04 17:31:06 -07:00
parent 99cac211c3
commit e6e88c94ce
2 changed files with 28 additions and 1 deletions

View File

@ -73,7 +73,6 @@
* ethereal:candle
#### Nodes that are too common in game
* spawneggs:egg
#### Nodes that do not work right
* my_future_doors:

View File

@ -1787,6 +1787,34 @@ only_peaceful_mobs = false
##############
## SPAWNING ##
##############
# *** spawneggs ***
# Spawning interval for spawneggs. Lower is more frequent.
# type: int
# default: 600
spawneggs_egg_interval = 4800
# Spawning chance for spawneggs. Lower is greater chance (1 / chance)
# type: int
# default: 3000
spawneggs_egg_chance = 24000
# Spawning interval for spawneggs grass. Lower is more frequent.
# type: int
# default: 600
spawneggs_grass_interval = 600
# Spawning chance for spawneggs grass. Lower is greater chance (1 / chance)
# type: int
# default: 3000
spawneggs_grass_chance = 3000
###########
## TOOLS ##
###########