mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: 188df6501 Don't make per-player scale mob counts with the spawn range
This commit is contained in:
2
Paper
2
Paper
Submodule Paper updated: 55e2de5c6e...188df6501e
@@ -1 +1 @@
|
||||
1.16.1--ffcbd57aa6782972ca8f22b0b4822611a7d54846
|
||||
1.16.1--706defb1a0a2eec89b5f22b33523e83c0fbddef0
|
||||
|
||||
@@ -221,10 +221,10 @@ index bf4fa1710..ac1ea2f0c 100644
|
||||
}
|
||||
}
|
||||
diff --git a/src/main/java/net/minecraft/server/SpawnerCreature.java b/src/main/java/net/minecraft/server/SpawnerCreature.java
|
||||
index b255ccb45..b0012bd40 100644
|
||||
index 0a25523f3..e8637244c 100644
|
||||
--- a/src/main/java/net/minecraft/server/SpawnerCreature.java
|
||||
+++ b/src/main/java/net/minecraft/server/SpawnerCreature.java
|
||||
@@ -388,6 +388,7 @@ public final class SpawnerCreature {
|
||||
@@ -385,6 +385,7 @@ public final class SpawnerCreature {
|
||||
return new BlockPosition(i, l, j);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user