From 4ac87f5e8a49442e51072bf7fed30a6aeb152103 Mon Sep 17 00:00:00 2001 From: Nicholas Ignoffo Date: Sun, 19 Feb 2017 14:49:36 -0800 Subject: [PATCH] Update version + changelog --- changelog.txt | 10 ++++++++++ gradle.properties | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 235437ae..8107d736 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +------------------------------------------------------ +Version 2.1.3 +------------------------------------------------------ +- Fixed JEI localization +- 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 fe9a5127..e004616b 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.10.2 forge_version=12.18.3.2221 curse_id=224791