mirror of
https://github.com/LeavesMC/Leaves.git
synced 2026-01-03 14:22:09 +00:00
Async mob spawning (#88)
This commit is contained in:
@@ -7,10 +7,10 @@ This patch is Powered by Pufferfish(https://github.com/pufferfish-gg/Pufferfish)
|
||||
But Pufferfish patch was ported downstream from the Petal fork
|
||||
|
||||
diff --git a/src/main/java/top/leavesmc/leaves/LeavesConfig.java b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
index 65ba44b49ecc31b4c54092e8eaf8c6c2a94e93f7..abfda50759834375ef810ecf5b4124510e9bb197 100644
|
||||
index 615f45ab7521c821800b154464dac122e3f26ca4..c9ec0505c584d6e0a7ccd2b7286980b4fa157e2c 100644
|
||||
--- a/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
+++ b/src/main/java/top/leavesmc/leaves/LeavesConfig.java
|
||||
@@ -358,7 +358,7 @@ public final class LeavesConfig {
|
||||
@@ -353,7 +353,7 @@ public final class LeavesConfig {
|
||||
// only config now
|
||||
public static boolean asyncPathfinding = false;
|
||||
private static boolean asyncPathfindingLock = false;
|
||||
|
||||
Reference in New Issue
Block a user