diff --git a/changelog.txt b/changelog.txt index 4f8003c5..745d9e7b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,21 @@ +------------------------------------------------------ +Version 2.2.2 +------------------------------------------------------ + +- Fixed Alchemy Arrays so they might actually function now. Might. + - How did this even function properly before? I have no idea. +- Soul Snare should now stop giving the thrower ghosty debuffs. Should. +- Blood Magic is now in the mood to launch on servers. Probably. +- Soul Forge crafting works again! Potentially! +- Fixed the altar nuking any and all NBT attached to output items. +- Fixed the version not being replaced properly +- Rewrote Hwyla integration. + - Should now function a lot nicer. +- Implemented a new API for recipe registration + - Still need to move the alchemy table over, but otherwise this seems to function just fine. +- Implemented a new API for registering tranquility blocks. + - Will allow Chisel to stop crashing + ------------------------------------------------------ Version 2.2.1 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 239d79e2..a30fcbb6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ mod_name=BloodMagic package_group=com.wayoftime.bloodmagic -mod_version=2.2.1 +mod_version=2.2.2 mc_version=1.12.2 forge_version=14.23.2.2611 curse_id=224791