minetest.conf: Reduce spawnegg frequency (interval = 4800, chance =
24000).
This commit is contained in:
parent
99cac211c3
commit
e6e88c94ce
1
TODO.md
1
TODO.md
@ -73,7 +73,6 @@
|
||||
* ethereal:candle
|
||||
|
||||
#### Nodes that are too common in game
|
||||
* spawneggs:egg
|
||||
|
||||
#### Nodes that do not work right
|
||||
* my_future_doors:
|
||||
|
@ -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 ##
|
||||
###########
|
||||
|
Loading…
x
Reference in New Issue
Block a user