mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Merge pull request #197 from necrodoom/patch-21
Update Essentials/src/com/earth2me/essentials/Mob.java
This commit is contained in:
commit
98bccf6cec
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public enum Mob
|
||||||
OCELOT("Ocelot", Enemies.NEUTRAL, EntityType.OCELOT),
|
OCELOT("Ocelot", Enemies.NEUTRAL, EntityType.OCELOT),
|
||||||
IRONGOLEM("IronGolem", Enemies.NEUTRAL, EntityType.IRON_GOLEM),
|
IRONGOLEM("IronGolem", Enemies.NEUTRAL, EntityType.IRON_GOLEM),
|
||||||
WITHER("Wither", Enemies.ENEMY, EntityType.WITHER),
|
WITHER("Wither", Enemies.ENEMY, EntityType.WITHER),
|
||||||
BAT("Bat", Enemies.NEUTRAL, EntityType.BAT),
|
BAT("Bat", Enemies.FRIENDLY, EntityType.BAT),
|
||||||
WITCH("Witch", Enemies.ENEMY, EntityType.WITCH);
|
WITCH("Witch", Enemies.ENEMY, EntityType.WITCH);
|
||||||
|
|
||||||
public static final Logger logger = Logger.getLogger("Minecraft");
|
public static final Logger logger = Logger.getLogger("Minecraft");
|
||||||
|
|
Loading…
Reference in a new issue