mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@86b716bc Fix BlockFadeEvent not being called when fire extinguishes in rain (#12972) PaperMC/Paper@f0c1f856 Fix Phantom entity Spawn reason (#12980) PaperMC/Paper@651fa124 Fix cancelled EnderDragonShootFireballEvent playing sound (#12977) PaperMC/Paper@2456ff26 [ci/skip] Update javadoc for tinted leaves particle (#12962) PaperMC/Paper@a743e6b1 [ci/skip] Clarify tab completion ordering in event jd (#12965) PaperMC/Paper@a22447a5 Added getWorldPath to World API (#12952) PaperMC/Paper@b200237c Fix clone return for Paper PlayerProfile (#12984)
This commit is contained in:
@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
|
||||
version = 1.21.8-R0.1-SNAPSHOT
|
||||
|
||||
mcVersion = 1.21.8
|
||||
paperCommit = 4fe66e5800114214249c4e64a4ee74b3847e39a2
|
||||
paperCommit = b200237c7d9b843995f23ba1beae0899ef54ae72
|
||||
|
||||
org.gradle.configuration-cache = true
|
||||
org.gradle.caching = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/main/java/org/bukkit/World.java
|
||||
+++ b/src/main/java/org/bukkit/World.java
|
||||
@@ -4308,6 +_,86 @@
|
||||
@@ -4319,6 +_,86 @@
|
||||
@Nullable
|
||||
public DragonBattle getEnderDragonBattle();
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java
|
||||
@@ -2375,6 +_,50 @@
|
||||
@@ -2376,6 +_,50 @@
|
||||
return (this.getHandle().getDragonFight() == null) ? null : new CraftDragonBattle(this.getHandle().getDragonFight());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user