Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 21:10:17 +01:00
Added missing EntitySquid, you can now prevent them from spawning!
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren