Skip to content

Commit 0a2dc04

Browse files
committed
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)
1 parent 1dfa411 commit 0a2dc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
22
version = 1.21.10-R0.1-SNAPSHOT
33

44
mcVersion = 1.21.10
5-
paperCommit = f8cf03d68ccd498cc7c5be434f1269ead112aaf4
5+
paperCommit = 1c257ebf5b2cf95ce1c3b2e0f308bce66a0e1dc7
66

77
org.gradle.configuration-cache = true
88
org.gradle.caching = true

purpur-server/minecraft-patches/sources/net/minecraft/world/level/ServerExplosion.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/net/minecraft/world/level/ServerExplosion.java
22
+++ b/net/minecraft/world/level/ServerExplosion.java
3-
@@ -636,6 +_,23 @@
3+
@@ -637,6 +_,23 @@
44
this.directMappedBlockCache = new ca.spottedleaf.moonrise.patches.collisions.ExplosionBlockCache[BLOCK_EXPLOSION_CACHE_WIDTH * BLOCK_EXPLOSION_CACHE_WIDTH * BLOCK_EXPLOSION_CACHE_WIDTH];
55
this.mutablePos = new BlockPos.MutableBlockPos();
66
// Paper end - collision optimisations

0 commit comments

Comments
 (0)