From ffc9c5dd379f5f4b7b5c5da54b43d9b3a9666523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?der=5Ffr=C3=BChling?= Date: Thu, 8 Aug 2024 14:58:40 -0700 Subject: [PATCH] bump version + write changelog --- changelog.md | 12 +++++++----- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 9fd9fa2..147a401 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,14 @@ -Multiplayer and non-player entity compatibility, along with 1.18.2 support. +Extra smoothness and extra compatibility change. Changelog: -- **Fixed:** Player camera turns when an unrelated player is on a train. -- **Added:** Ability for non-player entities to be affected by this mod. -- **Technical:** Cleaned up the code a bit. +- **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. -[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.4.1...v0.5.0) +[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.5.0...v0.6.0) --- diff --git a/gradle.properties b/gradle.properties index 2d7bb1b..73b38e6 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.5.0 +mod_version=0.6.0 maven_group=net.derfruhling.minecraft archives_base_name=create-train-perspective # mod dependency versions