Add bread mutation to polls
This commit is contained in:
parent
03a38d8892
commit
c732c5de71
|
@ -52,7 +52,7 @@ public enum Mutation {
|
|||
MOBS (MobsMutation.class, Material.MONSTER_EGG),
|
||||
LIGHTNING (LightningMutation.class, Material.JACK_O_LANTERN),
|
||||
BOMBER (BomberMutation.class, Material.TNT),
|
||||
BREAD (BreadMutation.class, Material.BREAD, false),
|
||||
BREAD (BreadMutation.class, Material.BREAD),
|
||||
APOCALYPSE (ApocalypseMutation.class, Material.NETHER_STAR);
|
||||
|
||||
public static final String TYPE_KEY = "mutation.type.";
|
||||
|
|
Loading…
Reference in New Issue