Newer
Older
Boredom-combat-server / Mods / config / citadel-common.toml
@Cory Tucker Cory Tucker on 15 Jul 2021 465 bytes Updating mods 1.1

[general]
	#True if citadel tracks entity properties(freezing, stone mobs, etc) on server. Turn this to false to solve some server lag, may break some stuff.
	"Track Entities" = true
	#Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists.
	#Range: 0.0 ~ 100000.0
	chunkGenSpawnModifier = 1.0