9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-26 10:19:15 +00:00

Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@c60f443 Restore players being the inventory holder of an enderchest (#12923)
PaperMC/Paper@e938088 Lazy evaluate ender chest inventory holder
PaperMC/Paper@846c64f Allow for sending plugin messages during configuration stage (#12915)
PaperMC/Paper@6d0833e Use target level for waypoint modify command (#12933)
PaperMC/Paper@9694886 Fix endermite spawn position
PaperMC/Paper@a664311 Fix AbstractArrow not setting noPhysics flag (#12935)
PaperMC/Paper@abf6b6c Allow replace effects in Consumable Component Builder (#12938)
PaperMC/Paper@3d1425f Fix phantoms failing to target players near non-insomniacs (#12953)
PaperMC/Paper@4fe66e5 Fix lead_break sound playing after cancelling EntityUnleashEvent (#12944)
This commit is contained in:
Samsuik
2025-08-13 11:40:36 +01:00
parent b8b9e0e071
commit 062a4a879c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ group=me.samsuik.sakura
version=1.21.8-R0.1-SNAPSHOT
mcVersion=1.21.8
paperRef=bf465e002971815f08326af18efd9974056dd8f2
paperRef=4fe66e5800114214249c4e64a4ee74b3847e39a2
org.gradle.jvmargs=-Xmx2G
org.gradle.vfs.watch=false

View File

@@ -1,6 +1,6 @@
--- a/net/minecraft/world/entity/projectile/ThrownEnderpearl.java
+++ b/net/minecraft/world/entity/projectile/ThrownEnderpearl.java
@@ -179,6 +_,13 @@
@@ -182,6 +_,13 @@
}
}