Added missing EntitySquid, you can now prevent them from spawning!
This commit is contained in:
parent
41752f401c
commit
2ae5b98d10
@ -746,6 +746,8 @@ public class World implements IBlockAccess {
|
|||||||
type = CreatureType.ZOMBIE;
|
type = CreatureType.ZOMBIE;
|
||||||
} else if (entity instanceof EntitySlime) {
|
} else if (entity instanceof EntitySlime) {
|
||||||
type = CreatureType.SLIME;
|
type = CreatureType.SLIME;
|
||||||
|
} else if (entity instanceof EntitySquid) {
|
||||||
|
type = CreatureType.SQUID;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type != null) {
|
if (type != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user