mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Updated Upstream (Paper, Tuinity, & Airplane)
Upstream has released updates that appear to apply and compile correctly Paper Changes: d4532f7e7 bug #5373 - fix AsyncChatEvent not being posted when processing a legacy APCE continuation 522ae1c51 Replace all block states of a specified block (#5055) 1cda67118 [Auto] Updated Upstream (CraftBukkit) Tuinity Changes: 44e8e5de5 Do not load extra radius of chunks when loading a single chunk 31f9cae05 Revert custom table implementation for blockstate states 9ac33d168 Be aware of entity teleports when chunk checking entities 18c7f3f59 Always set impluse for projectiles to true, even if hit failed Airplane Changes: 0f8044393 Update Upstream (Tuinity) 2f6cbdc74 More debug for plugins not shutting down tasks 12e1b6169 Update Upstream (Tuinity) fc778d30b Update README.md b23bee302 Remove debug 8157e9838 Config style, flare style, disable tracker by def 98d0b589b Updates to README
This commit is contained in:
@@ -42,7 +42,7 @@ index bb7cf83027ad0d0679fb208147f3481dbe280a82..42e06121f20b5366627b961299418706
|
||||
this.generator = gen;
|
||||
this.world = new CraftWorld((WorldServer) this, gen, env);
|
||||
diff --git a/src/main/java/net/minecraft/server/WorldServer.java b/src/main/java/net/minecraft/server/WorldServer.java
|
||||
index b7a17eafe7355b9c9247a9c79495134b43971aaf..5508211d5922ef8072d929a5eb38c4d34f04c686 100644
|
||||
index dbeded3f0ede57877dc4ba01990760baa7c6b5bd..f2bbc31540224424dc224bbfc86c61ccf2d0e629 100644
|
||||
--- a/src/main/java/net/minecraft/server/WorldServer.java
|
||||
+++ b/src/main/java/net/minecraft/server/WorldServer.java
|
||||
@@ -436,7 +436,24 @@ public class WorldServer extends World implements GeneratorAccessSeed {
|
||||
|
||||
Reference in New Issue
Block a user