Releases: Fox2Code/FoxLoader
Releases · Fox2Code/FoxLoader
Update 1.2.41
- Fixed ConfigAPI not saving config properly when
setConfigObjectis called. - Fixed dropped mod items with 3D items enabled (by @Chocohead)
- Avoid closing System#out (by @Chocohead)
Update 1.2.40
- 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
- Add config API and initial usage of it in FoxLoader itself
- Update spark from
1.10.53-fabricto1.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.5to0.13.1+mixin.0.8.5 - Update mixins extras from
0.3.2to0.3.5 - Update gradle from
8.4to8.6
Update 1.2.38
- 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
- Switched item id registration range of modded items around to avoid music disk appearing as wooden planks.
Update 1.2.36
- 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
- Add
it.unimi.dsi:fastutil-core:8.5.12as runtime library.
Update 1.2.34
- Switch mixin implementation to fabric fork of sponge mixins
(Should make mod mixins work be more reliably and work as expected more often) - Extracted
fallbacksubproject 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
- 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
- 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