diff --git a/config/cloth-config2/config.properties b/config/cloth-config2/config.properties index 2773e3c..d13d1bc 100644 --- a/config/cloth-config2/config.properties +++ b/config/cloth-config2/config.properties @@ -1,4 +1,4 @@ -#Sat May 09 11:28:56 CEST 2020 +#Sat May 09 11:33:04 CEST 2020 scrollStep1=19.0 scrollDuration1=600 easingMethod1=LINEAR diff --git a/config/performant-common.toml b/config/performant-common.toml index 55580d5..e504e72 100644 --- a/config/performant-common.toml +++ b/config/performant-common.toml @@ -12,6 +12,15 @@ #Requires TELoadBalancing = true. Enables dealing with lag caused by tile entities during chunk unload. default = false TEUnloadLag = false +["Event load balancing settings"] + #Mean tick time at which event load balancing takes effect, 1000 / mean tick time = TPS. default: 45 + #Range: 1 ~ 200 + meanTickEvent = 40 + #Enables debug log output for lagging event subscribers, default = false + eventDebugOutput = false + #Enables event load balancing, this is mostly stuff which is happening outside entityAI/Tileentities, if the game is lagging. default: true + eventLoadBalancing = true + ["Entity settings"] #Fix updateleashState lag from llamas, default = true fixLeash = true @@ -21,6 +30,8 @@ noLagItemPickup = true #Use faster Item entities, default = true fastItems = true + #Enable fast inventory advancement triggers, default = true + fastInventoryAdvancement = true #Enable fast pathfinding, default = true fastPathFinding = true @@ -55,4 +66,6 @@ ["Other settings"] #Enable fast spawn radius check, default = true fastSpawnRadius = true + #Enable fast chunk block ticks, default = true + fastChunkBlocks = true diff --git a/mods/performant-1.15-2.09m.jar b/mods/performant-1.15-2.09m.jar deleted file mode 100644 index b7a7b2a..0000000 Binary files a/mods/performant-1.15-2.09m.jar and /dev/null differ diff --git a/mods/performant-1.15-2.10m.jar b/mods/performant-1.15-2.10m.jar new file mode 100644 index 0000000..bf2ee21 Binary files /dev/null and b/mods/performant-1.15-2.10m.jar differ