Sit/changelog.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2025-07-19 20:54:26 -05:00
# v1.2.4.7
* fixed legacy file updater causing a stack overflow crash
2025-07-17 10:28:16 -05:00
# v1.2.4.6
* fixed max otterlib version (1.21.8)
2025-06-24 14:00:33 -05:00
# v1.2.4.5
* bumped OtterLib version to `0.2.1.0`
* fixed default languages files not being able to be loaded
2025-06-23 17:57:20 -05:00
# v1.2.4.4
* bumped OtterLib version to `0.2.0.0`
* now relies on OtterLib Language Reader
2025-06-14 18:57:37 -05:00
# v1.2.4.3
* added a max OtterLib version as the beta will have breaking changes between major versions
2025-06-14 18:52:00 -05:00
# v1.2.4.2
* fixed language file not loading (reverted uppercase locales)
2025-06-14 19:13:19 -05:00
* fixed block checking having a hardcoded player reach - now uses player reach (1.20.6+)
2025-06-14 18:52:00 -05:00
* fixed block and item tag check logic for cases with only not(!) tags
2025-05-13 14:01:40 -05:00
# v1.2.4.1
* removed unused assets
* enabled file logging for easier debugging
# v1.2.4.0
2025-05-08 13:03:25 -05:00
Small changelog but big update!
\
Switching to OtterLib will allow for a simplified main mod and lead to more unified mod development across my projects! Download OtterLib today: [Link](https://modrinth.com/mod/otterlib)
* make sitting via hand execute the `/sit` command, to allow for universal sitting permission control
* switch to using OtterLib for file management, config screen management, and more to come