Added Furnace Dragon. Fixed duplicate verse type in CounterType.

This commit is contained in:
fireshoes 2015-08-09 23:46:17 -05:00
parent 4b5401c825
commit dd6f0f86a0
2 changed files with 107 additions and 1 deletions

View file

@ -87,7 +87,6 @@ public enum CounterType {
VELOCITY("velocity"),
VERSE("verse"),
VILE("vile"),
VERSE("verse"),
WISH("wish");
private final String name;