Skip to content

Releases: Fox2Code/FoxLoader

Update 1.3.3

24 Sep 15:13
bcb4715
Compare
Choose a tag to compare
  • Hotfix: Can attack with some items when pvp is off.

Note: Hotfix are fixes for bugs that are present in the base game.

Update 1.3.2

13 Sep 09:38
ef58554
Compare
Choose a tag to compare
  • Attempt to fix some logs not getting in .log file on fatal freeze

Update 1.3.1

01 Aug 16:36
242c82c
Compare
Choose a tag to compare
  • Fix client failing to read FoxLoader optional data
  • Fix internal dependency name of Mixins Squared

Update 1.3.0

01 Aug 16:07
ddb683c
Compare
Choose a tag to compare
  • 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 to 0.15.0+mixin.0.8.7
  • Updated Mixins Squared from 0.1.2-beta.6 to 0.2.0-beta.6
  • Updated Mixins Extras from 0.3.6 to 0.4.0
  • Updated FastUtil from 8.5.13 to 8.5.14

Update 1.2.49

05 Jul 12:21
89f23c7
Compare
Choose a tag to compare
  • 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

02 Jul 19:29
453596c
Compare
Choose a tag to compare
  • Hotfix HiDPI issues with ReIndev

Update 1.2.47

02 Jul 16:11
933840b
Compare
Choose a tag to compare
  • Make Watchdog more lenient to better support older computers!

Update 1.2.46

26 May 17:40
2b4aeec
Compare
Choose a tag to compare
  • 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

23 May 13:13
2440803
Compare
Choose a tag to compare
  • Added NetworkConnection API
  • Made network API now use NetworkConnection instead of NetworkPlayer
    (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

22 May 19:52
06b2d65
Compare
Choose a tag to compare
  • Fixed NullPointerException when reading configs
  • Added Watchdog API and use it to detect dead locks and freezes
  • Updated spark from 1.10.58-fabric to 1.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 to 0.13.4+mixin.0.8.5
  • Updated Mixins Squared from 0.1.2-beta.5 to 0.1.2-beta.6
  • Updated Mixins Extras from 0.3.5 to 0.3.6
  • Updated Vineflower from 1.10.0 to 1.10.1
  • Updated SemVer4J from 5.2.2 to 5.3.0