From f01e1bfee0100e9a0a0d3e9c127a6ae35ccec48d Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Sat, 7 Apr 2018 13:18:57 -0700 Subject: [PATCH] Update changelog + version --- changelog.txt | 9 +++++++++ gradle.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f72e8573..ae38265b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -17,6 +17,15 @@ Version 2.2.8 - Removed added health from "Quick Feet" - seriously, why was this a thing? - Readded the ritual "Focus of the Ellipsoid": creates a hollow ellipsoid from blocks provided in the connecting chest. - Note: The dictionary definition for "Ellipsoid" is a three-dimensional figure whose plane sections are ellipses or circles. For those who weren't born in a math class, it means it is a sphere that has different radii in each direction. +- Fixed an off by one in altar upgrade management causing the first of any upgrade to not be counted +- Fixed the LP cost of the Master Blood Orb + - This bug has gone unnoticed for 2 years now. +- Potion Flasks can be crafted now +- Fixed a server crash when handling dye recipes +- Moved several text outputs out of the chat and into the action bar +- Fixed a crash when trying to use unbound toggle-able sigils in the Sigil of Holding +- Fixed an issue where unbound sigils could be used inside the Sigil of Holding +- Added missing items for Demon Crystals and Demon Pylons ------------------------------------------------------ Version 2.2.7 diff --git a/gradle.properties b/gradle.properties index 7a442322..d81bba9b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.2.7 +mod_version=2.2.8 mc_version=1.12.2 forge_version=14.23.2.2611 curse_id=224791