diff --git a/changelog.txt b/changelog.txt index 958eaca7f..0dbf094bd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,15 @@ +0.2.4: + +Fixes + - Partially fix compatibility issues with sodium-forge + note: full compatibility is waiting on https://github.com/spoorn/sodium-forge/pull/175 +Technical/API + - Add separate xyz scaling function to TransformStack interface. + 0.2.3: Fixes - Fix crash moving a deleted LightVolume -Technical/API: +Technical/API - Alter BeginFrameEvent to enable compatibility with optifine shadows 0.2.2: diff --git a/gradle.properties b/gradle.properties index 86775ac82..c7b3522aa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false # mod version info -mod_version=0.2.3 +mod_version=0.2.4 mc_update_version=1.16 minecraft_version=1.16.5 forge_version=36.1.66