Updated the changelog book
Also fixed some chat spam for the Demon Crystal
This commit is contained in:
parent
62dc0e9402
commit
8d9319e271
|
@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven-publish'
|
||||||
|
|
||||||
version = '1.16.3-3.0.4-9'
|
version = '1.16.3-3.0.5-10'
|
||||||
group = 'com.yourname.modid' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = 'com.yourname.modid' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = 'BloodMagic'
|
archivesBaseName = 'BloodMagic'
|
||||||
|
|
||||||
|
|
|
@ -194,9 +194,10 @@ public class TileDemonCrystal extends TileTicking
|
||||||
if (!tag.contains(Constants.NBT.WILL_TYPE))
|
if (!tag.contains(Constants.NBT.WILL_TYPE))
|
||||||
{
|
{
|
||||||
this.willType = EnumDemonWillType.DEFAULT;
|
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
|
@Override
|
||||||
|
|
|
@ -7,6 +7,11 @@
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"text": "All the changelogs of $(6)Blood Magic$() to date, from most recent to oldest."
|
"text": "All the changelogs of $(6)Blood Magic$() to date, from most recent to oldest."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "text",
|
||||||
|
"title": "3.0.5-10",
|
||||||
|
"text": "Fixed a crash with the Blood Altar on unload."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
Loading…
Reference in a new issue