Releases: Fox2Code/FoxLoader
Releases · Fox2Code/FoxLoader
Update 1.0.0
- Added
unofficial
bool inbuild.gradle
config to tell that your mod is an unofficial port. - Added
useLWJGLX
bool inbuild.gradle
config to try the game with LWJGL3
(Can be useful to test for PojavLauncher specific issues) - Added ability to supply custom classes in
BlockBuilder
andItemBuilder
- Updated ASM library to 9.5 (Should allow FoxLoader to run on Java 21)
- Updated MixinExtras to 0.2.0-beta.6
- Fix texture glitches on pojav launcher
Update 0.3.4
- Fix FoxLoader auto updater! (You can now update FoxLoader in game)
The updater is still experimental, and is only considered
fully stable for MultiMC.
Pojav, Vanilla, and BetaCraft full support for updating may
comes out, but for now updating on theses launcher will
only install newest FoxLoader version but not update
existing profile to the new version.
Update 0.3.3
- Make MMC like launchers (MultiMC/PolyMC/PrismLauncher) show core mods tab
- Add ConfigObject field to ModContainer
- Fix MultiMC segfaulting (crashing)
Update 0.3.2
- Fix a crash
I'm in so much pain and have a such hard time to focus on anything, I always typo stuff.
I'm in so much pain, help me please...
Update 0.3.1
- Add experimental version of the auto updater
Update 0.3.0
- Improve decompiler to have an easier time to understand codebase.
- Add GameRegistry.getRegistryEntries() API
- Add built-in JitPack compatibility
Update 0.2.3
- Add PojavLauncher support with separate GUI when running installer from pojav launcher.
- Fix typo in fox loader game registry.
- Expose StackTraceStringifier
update 0.2.2
- Fix crash when putting some coremods in the mods folder.
Update 0.2.1
- Add "Open mods folder" button in mod menu
- Add KeyBindingAPI
Update 0.2.0
- Added develoment transformer that add FoxLoader interface on ReIndev code.
- Added getRegistered(Item/Block) shortcut on Mod class
- Added onCameraAndRenderUpdated API for mods
- Added mod menu