diff --git a/nms-patches/net/minecraft/world/item/MobBucketItem.patch b/nms-patches/net/minecraft/world/item/MobBucketItem.patch index b7dd4604d..ecc467a80 100644 --- a/nms-patches/net/minecraft/world/item/MobBucketItem.patch +++ b/nms-patches/net/minecraft/world/item/MobBucketItem.patch @@ -16,7 +16,7 @@ if (entityinsentient != null) { - worldserver.addFreshEntityWithPassengers(entityinsentient); -+ worldserver.addFreshEntityWithPassengers(entityinsentient, CreatureSpawnEvent.SpawnReason.SPAWNER_EGG); // CraftBukkit ++ worldserver.addFreshEntityWithPassengers(entityinsentient, CreatureSpawnEvent.SpawnReason.BUCKET); // CraftBukkit entityinsentient.playAmbientSound(); }