mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
Final Paper Upstream
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@df4b6681 Restore legacy command restrictions PaperMC/Paper@92ed3f00 Fix wrong translation key in /give command (#13364) PaperMC/Paper@1c257ebf Prevent NaN velocity and crash for 0 powered explosion (#13366)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/level/ServerExplosion.java
|
||||
+++ b/net/minecraft/world/level/ServerExplosion.java
|
||||
@@ -636,6 +_,23 @@
|
||||
@@ -637,6 +_,23 @@
|
||||
this.directMappedBlockCache = new ca.spottedleaf.moonrise.patches.collisions.ExplosionBlockCache[BLOCK_EXPLOSION_CACHE_WIDTH * BLOCK_EXPLOSION_CACHE_WIDTH * BLOCK_EXPLOSION_CACHE_WIDTH];
|
||||
this.mutablePos = new BlockPos.MutableBlockPos();
|
||||
// Paper end - collision optimisations
|
||||
|
||||
Reference in New Issue
Block a user