diff --git a/changelog.txt b/changelog.txt index 1f7f468e..d7af49f9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,19 @@ +------------------------------------------------------ +Version 2.1.7 +------------------------------------------------------ + +- Fixed Grave Digger not applying damage bonus + - https://github.com/WayofTime/BloodMagic/issues/1098 +- Fixed crash when attempting to handle the dropping of Demonic Will + - https://github.com/WayofTime/BloodMagic/issues/1091 +- Fixed Crash of the Timberman dupe + - This also adds support for IItemHandler based inventories + - https://github.com/WayofTime/BloodMagic/issues/1090 +- Fixed a crash when a Meteor struck the ground + - https://github.com/WayofTime/BloodMagic/issues/1088 +- Fixed the Seer's Sigil not using Roman Numerals to display the altar tier + - https://github.com/WayofTime/BloodMagic/pull/1094 + ------------------------------------------------------ Version 2.1.6 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 1cb12f14..874b03bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.1.6 +mod_version=2.1.7 mc_version=1.11 forge_version=13.19.1.2189 curse_id=224791