Move patches to unapplied
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/world/effect/OozingMobEffect.java
|
||||
+++ b/net/minecraft/world/effect/OozingMobEffect.java
|
||||
@@ -52,7 +52,7 @@
|
||||
if (entityslime != null) {
|
||||
entityslime.setSize(2, true);
|
||||
entityslime.moveTo(x, y, z, world.getRandom().nextFloat() * 360.0F, 0.0F);
|
||||
- world.addFreshEntity(entityslime);
|
||||
+ world.addFreshEntity(entityslime, org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason.POTION_EFFECT); // CraftBukkit
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user