geforkt von Mirrors/Paper
Added slime as a detected entity.
Dieser Commit ist enthalten in:
Ursprung
264b5c331d
Commit
ec0eec5863
@ -834,6 +834,8 @@ public class World implements IBlockAccess {
|
|||||||
type = MobType.SPIDER;
|
type = MobType.SPIDER;
|
||||||
} else if (entity instanceof EntityZombie) {
|
} else if (entity instanceof EntityZombie) {
|
||||||
type = MobType.ZOMBIE;
|
type = MobType.ZOMBIE;
|
||||||
|
} else if (entity instanceof EntitySlime) {
|
||||||
|
type = MobType.SLIME;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type != null) {
|
if (type != null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren