This commit is contained in:
ZeroEpoch1969
2019-12-14 13:39:57 -07:00
parent 259f3068e2
commit 7cffdac400
8 changed files with 37 additions and 84 deletions

View File

@ -45,6 +45,7 @@ public class Groups
public static final List<EntityType> MOB_TYPES = Arrays.asList(
EntityType.BAT,
EntityType.BEE,
EntityType.BLAZE,
EntityType.CAVE_SPIDER,
EntityType.CHICKEN,
@ -101,6 +102,7 @@ public class Groups
public static final List<Material> SPAWN_EGGS = Arrays.asList(
Material.BAT_SPAWN_EGG,
Material.BEE_SPAWN_EGG,
Material.BLAZE_SPAWN_EGG,
Material.CAVE_SPIDER_SPAWN_EGG,
Material.CHICKEN_SPAWN_EGG,