mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
Added missing EntitySquid, you can now prevent them from spawning!
This commit is contained in:
committed by
Erik Broes
parent
41752f401c
commit
2ae5b98d10
@@ -746,6 +746,8 @@ public class World implements IBlockAccess {
|
||||
type = CreatureType.ZOMBIE;
|
||||
} else if (entity instanceof EntitySlime) {
|
||||
type = CreatureType.SLIME;
|
||||
} else if (entity instanceof EntitySquid) {
|
||||
type = CreatureType.SQUID;
|
||||
}
|
||||
|
||||
if (type != null) {
|
||||
|
Reference in New Issue
Block a user