Releases: Fox2Code/FoxLoader
Releases · Fox2Code/FoxLoader
Update 1.3.3
Update 1.3.2
- Attempt to fix some logs not getting in
.log
file on fatal freeze
Update 1.3.1
- Fix client failing to read FoxLoader optional data
- Fix internal dependency name of Mixins Squared
Update 1.3.0
- Added entity registry (By @halotroop2288)
- Added mirrors of register recipe functions (By @halotroop2288)
- Updated gradle plugin configuration (By @halotroop2288)
- Properly load classpath mods into FoxLoader
- Updated Fabric Mixin from
0.13.4+mixin.0.8.5
to0.15.0+mixin.0.8.7
- Updated Mixins Squared from
0.1.2-beta.6
to0.2.0-beta.6
- Updated Mixins Extras from
0.3.6
to0.4.0
- Updated FastUtil from
8.5.13
to8.5.14
Update 1.2.49
- Update to ReIndev 2.8.1_6 from 2.8.1_5
- Remove hotfixes that were upstreamed into 2.8.1_6
Note: I upstream hotfixes and performance improvement from FoxLoader into ReIndev when possible.
This means if you use FoxLoader you get access to those bug fixes sooner and more often.
The following upstreamed hotfixes are:
- HiDPI issues with ReIndev (From 1.2.48)
- Wyvern crashing the game in some specific conditions. (From 1.2.46)
- Crash when quiting a world while editing a sign. (From 1.2.46)
- Misc network improvements by @kivattt (From 1.2.42)
Update 1.2.48
- Hotfix HiDPI issues with ReIndev
Update 1.2.47
- Make Watchdog more lenient to better support older computers!
Update 1.2.46
- Hotfix Wyvern crashing the game in some specific conditions.
- Hotfix crash when quiting a world while editing a sign.
Note: Hotfix are fixes for bugs that are present in the base game.
Thanks @kivattt for helping diagnosing the Wyvern issue.
Update 1.2.45
- Added
NetworkConnection
API - Made network API now use
NetworkConnection
instead ofNetworkPlayer
(Mods using the old way of receiving modded packets should still work as usual) - Fixed preemtive networking breaking FoxLoader network features (ID Translation / sided metadata API)
Thanks to @kivattt for reporting the issue
Update 1.2.44
- Fixed NullPointerException when reading configs
- Added Watchdog API and use it to detect dead locks and freezes
- Updated spark from
1.10.58-fabric
to1.10.65-fabric
(Note: FoxLoader does not uses the fabric bits of spark, and in fact, cannot run fabric mods) - Updated Fabric Mixin from
0.13.2+mixin.0.8.5
to0.13.4+mixin.0.8.5
- Updated Mixins Squared from
0.1.2-beta.5
to0.1.2-beta.6
- Updated Mixins Extras from
0.3.5
to0.3.6
- Updated Vineflower from
1.10.0
to1.10.1
- Updated SemVer4J from
5.2.2
to5.3.0