Skip to content

Commit

Permalink
sheep optimize config
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodredX authored Aug 25, 2024
1 parent 2306fe5 commit 8f5953a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion patches/server/0002-Scatter-config-and-command.patch
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,15 @@ index 0000000000000000000000000000000000000000..970a1b160ce462b28e3714936d6b6227
+ tpsCatchup = getBoolean("performance.tps-catchup", true,
+ "If this setting is true,",
+ "The server will run faster after a lag spike inan attempt to maintain 20 TPS.",
+ "This option (defaults to true per (spigot/paper) can cause mobs to move fast after a lag spike.");
+ "This option (defaults to true per spigot/paper) can cause mobs to move fast after a lag spike.");
+ }
+
+ public static boolean enableSheepOptimization;
+ private static void sheepOptimization() {
+ enableSheepOptimization = getBoolean("performance.optimize-sheep", true,
+ "This optimizes sheep color determination with efficient dye mixing logic.",
+ "It reduces overhead and boosts server performance.",
+ "This is also compatible with existing server setups.");
+ }
+
+ public static boolean enableSuffocationOptimization;
Expand Down

0 comments on commit 8f5953a

Please sign in to comment.