mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-08 07:36:42 +02:00
No idea why this still refuses to compile locally. Stupid ant.
This commit is contained in:
@@ -37,9 +37,9 @@ public enum Mob
|
||||
MAGMACUBE("MagmaCube", Enemies.ENEMY, EntityType.MAGMA_CUBE),
|
||||
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);
|
||||
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");
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user