diff --git a/changelog.md b/changelog.md index 147a401..239e15a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,14 +1,8 @@ -Extra smoothness and extra compatibility change. - Changelog: -- **Fixed:** Delayed camera movement when train turns. -- **Added:** Debug option to display new value scales used to fix the aforementioned delayed camera movement. -- **Fixed:** Incompatibility with Figura combined with some mods. [#67](https://github.com/der-fruhling-entertainment/create-train-perspective/issues/67) - - (fixed via possibly temporary workaround. please report any other issues with this mod and mine! it likes to get breaky) -- **Technical:** Cleaned up the code a bit more. +- **Fixed:** Critical jittering bug introduced in v0.6.0 -[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.5.0...v0.6.0) +[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.6.0...v0.6.1) --- diff --git a/gradle.properties b/gradle.properties index 73b38e6..03b1237 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ quilt_loader_version=0.21.2-beta.2 quilt_fabric_api_version=7.4.0+0.90.0-1.20.1 # public info mod_id=create_train_perspective -mod_version=0.6.0 +mod_version=0.6.1 maven_group=net.derfruhling.minecraft archives_base_name=create-train-perspective # mod dependency versions