From 8d9319e27187bc3928616c7b641f664b7f633973 Mon Sep 17 00:00:00 2001 From: WayofTime Date: Sun, 10 Jan 2021 18:24:38 -0500 Subject: [PATCH] Updated the changelog book Also fixed some chat spam for the Demon Crystal --- build.gradle | 2 +- .../java/wayoftime/bloodmagic/tile/TileDemonCrystal.java | 5 +++-- .../guide/en_us/entries/utility/changelog.json | 5 +++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 903523a9..d27ab529 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' 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 archivesBaseName = 'BloodMagic' diff --git a/src/main/java/wayoftime/bloodmagic/tile/TileDemonCrystal.java b/src/main/java/wayoftime/bloodmagic/tile/TileDemonCrystal.java index 6b0fc6f5..b7310f7e 100644 --- a/src/main/java/wayoftime/bloodmagic/tile/TileDemonCrystal.java +++ b/src/main/java/wayoftime/bloodmagic/tile/TileDemonCrystal.java @@ -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 diff --git a/src/main/resources/data/bloodmagic/patchouli_books/guide/en_us/entries/utility/changelog.json b/src/main/resources/data/bloodmagic/patchouli_books/guide/en_us/entries/utility/changelog.json index 2ca3c535..c20b45ab 100644 --- a/src/main/resources/data/bloodmagic/patchouli_books/guide/en_us/entries/utility/changelog.json +++ b/src/main/resources/data/bloodmagic/patchouli_books/guide/en_us/entries/utility/changelog.json @@ -7,6 +7,11 @@ { "type": "text", "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",