Updated the changelog book
Also fixed some chat spam for the Demon Crystal
This commit is contained in:
parent
62dc0e9402
commit
8d9319e271
3 changed files with 9 additions and 3 deletions
|
@ -194,9 +194,10 @@ public class TileDemonCrystal extends TileTicking
|
|||
if (!tag.contains(Constants.NBT.WILL_TYPE))
|
||||
{
|
||||
this.willType = EnumDemonWillType.DEFAULT;
|
||||
} else
|
||||
{
|
||||
this.willType = EnumDemonWillType.valueOf(tag.getString(Constants.NBT.WILL_TYPE).toUpperCase(Locale.ENGLISH));
|
||||
}
|
||||
|
||||
this.willType = EnumDemonWillType.valueOf(tag.getString(Constants.NBT.WILL_TYPE).toUpperCase(Locale.ENGLISH));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue