Files
Custom_Launcher_mc/modpack/_upload/objects/f7/1a/f71a60f1134b73c70e5cb5f0d9ffb5bf13ab05cb
T
felden.r@grenoble.archi.fr c280484561 first commit
2025-03-31 11:07:21 +02:00

19 lines
1.0 KiB
Plaintext

#General mod settings
[general]
#If true, optimizes the expensive zombie village raid task that scans around a lot for villagers, by default cuts the chance to 1/3
optimizationZombieVillageRaid = true
#If true, optimizes the expensive mob targeting tasks
optimizationMobEnemyTargeting = true
#If true, optimizes the expensive mob wander pathfinding, even more so if far from players
optimizationMobWandering = true
#If true, disables the frequent pathfinds done while already following a path
optimizationMobRepathfinding = true
#If true, optimizes the expensive searching done to find a turtle egg to crush, for zombies/husks, by default fully disabling it
optimizationZombieSearchAndDestroyTurtleEgg = true
#If true, disables the expensive 3x3x3 hazard scanning that is constantly running every tick while path following, for monsters only, your pets are safe
optimizationMonsterHazardAvoidingPathfollowing = true
#If true, wander pathfinding and enemy targeting attempts will be further reduced when far away from players
playerProximityReducedRate = true