Skip to content

Releases: Fox2Code/FoxLoader

Update 1.2.41

31 Mar 14:06
c8f8bfc

Choose a tag to compare

  • Fixed ConfigAPI not saving config properly when setConfigObject is called.
  • Fixed dropped mod items with 3D items enabled (by @Chocohead)
  • Avoid closing System#out (by @Chocohead)

Update 1.2.40

22 Mar 20:22
4af4bbf

Choose a tag to compare

  • Hotfixed dev plugin issue
  • Added a test for the gradle dev plugin

It previously was not possible for me to easilly test gradle plugins without publishing, now testing should be done automatically at the cost of slightly longer build times.

Update 1.2.39

22 Mar 18:53
01a4eab

Choose a tag to compare

  • Add config API and initial usage of it in FoxLoader itself
  • Update spark from 1.10.53-fabric to 1.10.58-fabric
    (Note: FoxLoader does not uses the fabric bits of spark, and in fact, cannot run fabric mods)
  • Improve unpicker for dev environment, the code should now support more situations.
  • Make gradle plugin use toolbox plugin to be able to set minimum supported gradle version. (Minimum is now 8.2)
  • Update fabric mixins from 0.12.5+mixin.0.8.5 to 0.13.1+mixin.0.8.5
  • Update mixins extras from 0.3.2 to 0.3.5
  • Update gradle from 8.4 to 8.6

Update 1.2.38

26 Jan 20:35
7df681f

Choose a tag to compare

  • Change where init hook is called to show ReIndev error screen on failure more often
  • Add "Update FoxLoader" button in crash menu
    (To help peoples with failing game instance)
  • Fix decompiler failing in dev environment
  • Clean up import

Update 1.2.37

26 Jan 13:48
399275c

Choose a tag to compare

  • Switched item id registration range of modded items around to avoid music disk appearing as wooden planks.

Update 1.2.36

23 Jan 21:05
1481278

Choose a tag to compare

  • Update JFallback to 0.0.2 to fix a crash.
  • Add hotfix on resource pack to fix jvm crash.
    (Note: Hotfix are patch FoxLoader do to fix base ReIndev game issues)

Update 1.2.35

22 Jan 14:30
68abf37

Choose a tag to compare

  • Add it.unimi.dsi:fastutil-core:8.5.12 as runtime library.

Update 1.2.34

22 Jan 14:11
47cfdd4

Choose a tag to compare

  • Switch mixin implementation to fabric fork of sponge mixins
    (Should make mod mixins work be more reliably and work as expected more often)
  • Extracted fallback subproject into it's own project, called JFallback.
  • Made dev plugin support java8 again to help new developer using the plugin.
    (While VineFlower require java 11, it will run fine through JFallback compatibility layer)
  • Add server side hotfix that could prevent player from loggin in.
    (Note: This fix an issues with reindev itself, without FoxLoader the bug will still occur)
  • Fixed lua API, so now it now can call java code as if it was lua code
  • Add more error messages when duplicate mixins data is detected
  • Slightly optimize memory usage of the main class loader
  • Fixed typo in world editing commands

Update 1.2.33

17 Jan 14:29
aa2cc7a

Choose a tag to compare

  • Initial work to switch to my own maven repo
  • Updated MixinExtras to 0.3.2
  • Added MixinSquared 0.1.1
  • Fix crash in dev environment
  • Fix adding items/blocks crashing the game

Update 1.2.32

23 Dec 15:13
eb9dc73

Choose a tag to compare

  • Add Enumeration util class
  • Hotfix game crashing due to missing game resouces

The PrePatcher got reworked a bit, and it caused issues with resource management that were not detectable in development mode.

To workaround the issue if you are on 1.2.31, you should download ReIndev 2.8.1_05 and put the jar in coremods, you can remove it once you upgraded to 1.2.32