Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yh-china committed Jun 27, 2024
1 parent 4d02777 commit 08d8a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 92 deletions.
8 changes: 4 additions & 4 deletions patches/server/0006-Leaves-Server-Config-And-Command.patch
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ index 459f47244bdfeab63b5f16d780b0291d36310de8..a872421bc3e67fdcc929f104f4b085fb
.withRequiredArg()
diff --git a/src/main/java/org/leavesmc/leaves/LeavesConfig.java b/src/main/java/org/leavesmc/leaves/LeavesConfig.java
new file mode 100644
index 0000000000000000000000000000000000000000..b23b13147caef8c8cbc65457afc085e92dda99dc
index 0000000000000000000000000000000000000000..9405d8ff041434a1fce98f744c51b22032889078
--- /dev/null
+++ b/src/main/java/org/leavesmc/leaves/LeavesConfig.java
@@ -0,0 +1,888 @@
Expand Down Expand Up @@ -639,9 +639,6 @@ index 0000000000000000000000000000000000000000..b23b13147caef8c8cbc65457afc085e9
+ @GlobalConfig(name = "faster-chunk-serialization", category = "performance")
+ public static boolean fasterChunkSerialization = true;
+
+ @GlobalConfig(name = "optimize-world-generation-and-block-access", category = "performance")
+ public static boolean optimizeWorldGenerationAccess = true;
+
+ @GlobalConfig(name = "cache-world-generator-sea-level", category = "performance")
+ public static boolean cacheWorldGeneratorSeaLevel = true;
+
Expand Down Expand Up @@ -716,6 +713,9 @@ index 0000000000000000000000000000000000000000..b23b13147caef8c8cbc65457afc085e9
+ @RemovedConfig(name = "get-nearby-players-streams", category = {"performance", "remove"})
+ public static boolean removeGetNearPlayerStreams = true;
+
+ @RemovedConfig(name = "optimize-world-generation-and-block-access", category = "performance")
+ public static boolean optimizeWorldGenerationAccess = true;
+
+ // Leaves end - performance - removed
+
+ // Leaves end - performance
Expand Down

This file was deleted.

0 comments on commit 08d8a85

Please sign in to comment.