Skip to content

Commit

Permalink
Remove redundant BABY_FOX
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed May 8, 2019
1 parent 937c18f commit 5236ad9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Essentials/src/com/earth2me/essentials/MobData.java
Expand Up @@ -125,7 +125,6 @@ public enum MobData {
BLOCKFISH_TROPICAL_FISH("blockfish", EntityType.TROPICAL_FISH, TropicalFish.Pattern.BLOCKFISH, true),
BETTY_TROPICAL_FISH("betty", EntityType.TROPICAL_FISH, TropicalFish.Pattern.BETTY, true),
CLAYFISH_TROPICAL_FISH("clayfish", EntityType.TROPICAL_FISH, TropicalFish.Pattern.CLAYFISH, true),
BABY_FOX("baby", EntityType.FOX, Data.BABY, false),
BROWN_MUSHROOM_COW("brown", EntityType.MUSHROOM_COW, MushroomCow.Variant.BROWN, true),
RED_MUSHROOM_COW("red", EntityType.MUSHROOM_COW, MushroomCow.Variant.RED, true),
AGGRESSIVE_PANDA("aggressive", EntityType.PANDA, Panda.Gene.AGGRESSIVE, true),
Expand Down

0 comments on commit 5236ad9

Please sign in to comment.