mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:41:29 +01:00
SPIGOT-2908: Correctly spawn LlamaSpit
By: md_5 <git@md-5.net>
This commit is contained in:
parent
05fbc8df18
commit
b4a50e447b
@ -946,7 +946,7 @@ public class CraftWorld implements World {
|
||||
entity = new EntityShulkerBullet(world);
|
||||
entity.setPositionRotation(x, y, z, yaw, pitch);
|
||||
} else if (LlamaSpit.class.isAssignableFrom(clazz)) {
|
||||
entity = new EntityLlama(world);
|
||||
entity = new EntityLlamaSpit(world);
|
||||
entity.setPositionRotation(x, y, z, yaw, pitch);
|
||||
}
|
||||
} else if (Minecart.class.isAssignableFrom(clazz)) {
|
||||
|
Loading…
Reference in New Issue
Block a user