diff --git a/changelog.txt b/changelog.txt index d58a7c6f..a3ee271d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +------------------------------------------------------ +Version 2.1.3 +------------------------------------------------------ +- Added a new Master Ritual Stone that inverts it's redstone activity +- Fixed Living Armor attributes overriding eachother instead of adding up +- Fixed Ore doubling sometimes adding invalid recipes +- Downgrade tomes are now called Downgrade Tomes +- Added some caching to rituals to (hopefully) increase performance with less world data query-ing + ------------------------------------------------------ Version 2.1.2 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 5c6d2e20..1546590b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.1.2 +mod_version=2.1.3 mc_version=1.11 forge_version=13.19.1.2189 curse_id=224791