Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
der-fruhling committed May 12, 2024
1 parent a49f756 commit 6d0f738
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- Fixed incorrect rolling when looking certain directions
- Now compatible with [do a barrel roll](https://modrinth.com/mod/do-a-barrel-roll) and hopefully other camera roll kinds of mods.
- The third-person camera while seated on a train is now improved. [View issue.](https://github.com/der-fruhling-entertainment/create-train-perspective/issues/24)

Known issues:
- The mod's leaning is a bit jittery. [View issue.](https://github.com/der-fruhling-entertainment/create-train-perspective/issues/22)
- This is probably more of a limitation of Minecraft itself. It might be fixable with a config option to emulate pitch, but that wouldn't make the player appear correctly to other players.
- Update: it's most definitely possible to fix this up.
- The easing back to normal posture after jumping off a train on a slope could use some work. [View issue.](https://github.com/der-fruhling-entertainment/create-train-perspective/issues/23)
- The third-person camera is janky while on a train currently on a slope. [View issue.](https://github.com/der-fruhling-entertainment/create-train-perspective/issues/24)

[View full change log.](https://github.com/der-fruhling/create-train-perspective/compare/v0.2.2...v0.2.3)

Expand Down
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Minor update to fix some issues.

- Fixed incorrect rolling when looking certain directions
- Now compatible with [do a barrel roll] and hopefully other camera roll kinds of mods.
- The third-person camera while seated on a train is now improved. https://github.com/der-fruhling-entertainment/create-train-perspective/issues/24

Known issues:
- The mod's leaning is a bit jittery. https://github.com/der-fruhling-entertainment/create-train-perspective/issues/22
- This is probably more of a limitation of Minecraft itself. It might be fixable with a config option to emulate pitch, but that wouldn't make the player appear correctly to other players.
- Update: it's most definitely possible to fix this up.
- The easing back to normal posture after jumping off a train on a slope could use some work. https://github.com/der-fruhling-entertainment/create-train-perspective/issues/23

https://github.com/der-fruhling/create-train-perspective/compare/v0.2.2...v0.2.3

---

Issues? Feature Requests?
View the issue tracker: https://github.com/der-fruhling-entertainment/create-train-perspective/issues

Questions?
Join: https://discord.gg/AyM66DhPKr
Or, discuss on GitHub: https://github.com/der-fruhling-entertainment/create-train-perspective/discussions

0 comments on commit 6d0f738

Please sign in to comment.