2024-07-16 11:53:08 +02:00
|
|
|
--- a/net/minecraft/world/effect/OozingMobEffect.java
|
|
|
|
+++ b/net/minecraft/world/effect/OozingMobEffect.java
|
2024-10-22 17:15:00 +02:00
|
|
|
@@ -52,7 +52,7 @@
|
2024-07-16 11:53:08 +02:00
|
|
|
if (entityslime != null) {
|
|
|
|
entityslime.setSize(2, true);
|
2024-12-11 22:26:55 +01:00
|
|
|
entityslime.moveTo(x, y, z, world.getRandom().nextFloat() * 360.0F, 0.0F);
|
2024-07-16 11:53:08 +02:00
|
|
|
- world.addFreshEntity(entityslime);
|
|
|
|
+ world.addFreshEntity(entityslime, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.POTION_EFFECT); // CraftBukkit
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|