Skip to content

Commit

Permalink
bump version + write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed Aug 8, 2024
1 parent 0a68ce1 commit ffc9c5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffc9c5d

Please sign in to comment.