From de0fd9d7195a8200ee9e4960b12198e5d7e8fcaf Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Tue, 28 Mar 2017 19:32:34 -0700 Subject: [PATCH] Update changelog + version (cherry picked from commit 0b0ec65) --- changelog.txt | 19 +++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index d7af49f9..283b9cdc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,22 @@ +------------------------------------------------------ +Version 2.1.8 +------------------------------------------------------ + +- Fixed more null stack issues + - Will it ever end? +- Fixed a crash when activating a ritual via Redstone +- Fixed a fluid handling issue with Blood Tanks + - https://github.com/WayofTime/BloodMagic/issues/1108 +- Fixed issue where Sigils inside a Sigil of Holding were using the wrong item + - https://github.com/WayofTime/BloodMagic/issues/1102 +- Fixed crash when activing Bound Tools + - https://github.com/WayofTime/BloodMagic/issues/1114 +- Updated the Chinese localization + - https://github.com/WayofTime/BloodMagic/pull/1052 +- Placer Ritual is now much more performant +- Many recipes have been moved over to support the Ore Dictionary + - https://github.com/WayofTime/BloodMagic/issues/1101 + ------------------------------------------------------ Version 2.1.7 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 874b03bb..815bbdea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.1.7 +mod_version=2.1.8 mc_version=1.11 forge_version=13.19.1.2189 curse_id=224791