Fixed so that it now boots properly
This commit is contained in:
parent
239b6e5b1f
commit
a71673a60e
3 changed files with 7 additions and 7 deletions
|
@ -6,11 +6,11 @@ import net.minecraft.util.IStringSerializable;
|
|||
@Getter
|
||||
public enum EnumDemonWillType implements IStringSerializable
|
||||
{
|
||||
DEFAULT("Default"),
|
||||
CORROSIVE("Corrosive"),
|
||||
DESTRUCTIVE("Destructive"),
|
||||
VENGEFUL("Vengeful"),
|
||||
STEADFAST("Steadfast");
|
||||
DEFAULT("default"),
|
||||
CORROSIVE("corrosive"),
|
||||
DESTRUCTIVE("destructive"),
|
||||
VENGEFUL("vengeful"),
|
||||
STEADFAST("steadfast");
|
||||
|
||||
public final String name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue