@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/world/entity/monster/EntityEndermite.java
|
||||
+++ b/net/minecraft/world/entity/monster/EntityEndermite.java
|
||||
@@ -29,6 +29,10 @@
|
||||
@@ -25,6 +25,10 @@
|
||||
import net.minecraft.world.level.World;
|
||||
import net.minecraft.world.level.block.state.IBlockData;
|
||||
import org.joml.Vector3f;
|
||||
|
||||
+// CraftBukkit start
|
||||
+import org.bukkit.event.entity.EntityRemoveEvent;
|
||||
@@ -11,7 +11,7 @@
|
||||
public class EntityEndermite extends EntityMonster {
|
||||
|
||||
private static final int MAX_LIFE = 2400;
|
||||
@@ -122,7 +126,7 @@
|
||||
@@ -113,7 +117,7 @@
|
||||
}
|
||||
|
||||
if (this.life >= 2400) {
|
||||
|
||||
Reference in New Issue
Block a user