Skip to content

Commit

Permalink
Default enable async mob spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Aug 8, 2024
1 parent 610f9f3 commit 8cfb6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0007-Pufferfish-Optimize-mob-spawning.patch
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ index d8b4196adf955f8d414688dc451caac2d9c609d9..80a43def4912a3228cd95117d5c2aac6
// Paper - rewrite chunk system
diff --git a/src/main/java/org/dreeam/leaf/config/modules/async/AsyncMobSpawning.java b/src/main/java/org/dreeam/leaf/config/modules/async/AsyncMobSpawning.java
new file mode 100644
index 0000000000000000000000000000000000000000..2704712bc984a48e4f62d4c43d23f909fc844b62
index 0000000000000000000000000000000000000000..8a3726a747ff4640f9936a9eae1dca34e5203029
--- /dev/null
+++ b/src/main/java/org/dreeam/leaf/config/modules/async/AsyncMobSpawning.java
@@ -0,0 +1,30 @@
Expand All @@ -170,7 +170,7 @@ index 0000000000000000000000000000000000000000..2704712bc984a48e4f62d4c43d23f909
+ return EnumConfigCategory.ASYNC.getBaseKeyName() + ".async-mob-spawning";
+ }
+
+ public static boolean enabled = false;
+ public static boolean enabled = true;
+ public static boolean asyncMobSpawningInitialized;
+
+ @Override
Expand Down

0 comments on commit 8cfb6f0

Please sign in to comment.