diff --git a/changelog.md b/changelog.md index 0984bfe..c983388 100644 --- a/changelog.md +++ b/changelog.md @@ -2,10 +2,9 @@ A minor update to fix some larger issues. Changelog: -- **Fixed:** Crash when using Figura. -- **Fixed:** Jittery rotations when in third-person and probably also when viewing other players on trains. -- **Fixed:** Some jittering issues when using this mod with others. -- **Improved:** Standing while on a train is now tolerable. +- **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. [View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.4.0...v0.4.1) diff --git a/gradle.properties b/gradle.properties index 5189a4c..2d7bb1b 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.4.1 +mod_version=0.5.0 maven_group=net.derfruhling.minecraft archives_base_name=create-train-perspective # mod dependency versions