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:
granny
2025-12-10 18:34:09 -08:00
parent 1dfa41173c
commit 0a2dc04c71
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
version = 1.21.10-R0.1-SNAPSHOT
mcVersion = 1.21.10
paperCommit = f8cf03d68ccd498cc7c5be434f1269ead112aaf4
paperCommit = 1c257ebf5b2cf95ce1c3b2e0f308bce66a0e1dc7
org.gradle.configuration-cache = true
org.gradle.caching = true

View File

@@ -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