SonsOfHorror/client/config/despawn_tweaker-common.toml
2024-08-18 12:03:55 -07:00

18 lines
796 B
TOML

[DespawnTweaker]
#Turn this off to disable the despawn of mobs spawned by spawners
allowMobsSpawnedBySpawnersToDespawn = true
#If you add modIDs to this list, only mobs in the structures of the mods will be affected by DespawnTweaker.
StructuresMods = []
#If you add sturctures registry names to list, only mobs in the structures will be affected by DespawnTweaker.
#However, this can be combined with StructuresMods
Structures = []
[Optimization]
#DespawnTweaker does contain the optimization of Let Me Despawn mod and resolves its potenial performance issue on equipments drop of despawning.
#Turn this off to disable the optimization
enableLetMeDespawnOptimization = true
#Turn this off to disable the equipments drop on mobs despawn
allowEquipmentDrops = true