mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 13:13:24 +00:00
update mob.java to 1.4
This commit is contained in:
parent
a86efb5ebe
commit
2ea453110a
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ public enum Mob
|
|||
SNOWMAN("Snowman", Enemies.FRIENDLY, "", EntityType.SNOWMAN),
|
||||
OCELOT("Ocelot", Enemies.NEUTRAL, EntityType.OCELOT),
|
||||
IRONGOLEM("IronGolem", Enemies.NEUTRAL, EntityType.IRON_GOLEM);
|
||||
WITHER("Wither", Enemies.ENEMY, EntityType.WITHER);
|
||||
BAT("Bat", Enemies.NEUTRAL, EntityType.BAT);
|
||||
WITCH("Witch", Enemies.ENEMY, EntityType.WITCH);
|
||||
|
||||
public static final Logger logger = Logger.getLogger("Minecraft");
|
||||
|
||||
|
|
Loading…
Reference in a new issue