mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 20:22:05 -07:00
Missing part of net/minecraft/world/level/dimension/end/
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/world/level/dimension/end/DragonRespawnAnimation.java
|
||||
+++ b/net/minecraft/world/level/dimension/end/DragonRespawnAnimation.java
|
||||
@@ -90,7 +_,7 @@
|
||||
for (EndCrystal endCrystal : crystals) {
|
||||
endCrystal.setBeamTarget(null);
|
||||
level.explode(endCrystal, endCrystal.getX(), endCrystal.getY(), endCrystal.getZ(), 6.0F, Level.ExplosionInteraction.NONE);
|
||||
- endCrystal.discard();
|
||||
+ endCrystal.discard(org.bukkit.event.entity.EntityRemoveEvent.Cause.EXPLODE); // CraftBukkit - add Bukkit remove cause
|
||||
}
|
||||
} else if (ticks >= 80) {
|
||||
level.levelEvent(3001, new BlockPos(0, 128, 0), 0);
|
Reference in New Issue
Block a user