mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Added Iron Golems and Ocelots to MobType.
This commit is contained in:
parent
94619e3fe4
commit
956b3dd02f
@ -32,8 +32,10 @@ public enum MobType {
|
|||||||
ENDERMAN("Enderman"),
|
ENDERMAN("Enderman"),
|
||||||
GHAST("Ghast"),
|
GHAST("Ghast"),
|
||||||
GIANT("Giant"),
|
GIANT("Giant"),
|
||||||
|
VILLAGER_GOLEM("VillagerGolem"),
|
||||||
MAGMA_CUBE("LavaSlime"),
|
MAGMA_CUBE("LavaSlime"),
|
||||||
MOOSHROOM("MushroomCow"),
|
MOOSHROOM("MushroomCow"),
|
||||||
|
OCELOT("Ozelot"),
|
||||||
PIG("Pig"),
|
PIG("Pig"),
|
||||||
PIG_ZOMBIE("PigZombie"),
|
PIG_ZOMBIE("PigZombie"),
|
||||||
SHEEP("Sheep"),
|
SHEEP("Sheep"),
|
||||||
|
Loading…
Reference in New Issue
Block a user