Skip to content

Releases: Fox2Code/FoxLoader

FoxLoader 2.0-alpha38

09 Oct 11:24
709189d

Choose a tag to compare

FoxLoader 2.0-alpha38 Pre-release
Pre-release
  • Make setWorldAndResolution no longer final.
  • Use cleanthat for code formatting.
  • Update dependencies.

FoxLoader 2.0-alpha37

07 Sep 12:11
a05ba63

Choose a tag to compare

FoxLoader 2.0-alpha37 Pre-release
Pre-release
  • Use LWJGLX when LWJGL3 is detected on the classpath (Fix #39)
  • Refine power cable implementation flexibility.

FoxLoader 2.0-alpha36

27 Aug 07:49
d324ad6

Choose a tag to compare

FoxLoader 2.0-alpha36 Pre-release
Pre-release
  • Port FoxLoader 1.0 ItemMap patch (Fix #42)
  • Add LWJGLX mode support to use LWJGL3 (Close #40)
  • Add workaround to BuildConfig values getting inlined in mods
  • Introduce BuildConfig.FOXLOADER_DISPLAY and unpick it in dev.
  • Auto-generate dependencies info resources (Close #41)
  • Try to workaround install failures on pojav.
  • Update dependencies

This new version should be a lot closer to being properly stable.

FoxLoader 2.0-alpha35

05 Aug 16:32
e69f488

Choose a tag to compare

FoxLoader 2.0-alpha35 Pre-release
Pre-release
  • Fix using the shadow plugin causing the mod to not be loaded in runClient in the development plugin
  • Fix ServerOpenContainer serialisation (Thanks @Chocohead)
  • Send tile packet on sign text edit event cancellation (Fix #36)
  • Add workaround in development plugin for a rare bug
  • Add ReflectionUtils.isFieldStringCollection API
  • Many improvements to the dependency helper
  • Removed /fldebug2 debugging command.

FoxLoader 2.0-alpha34

08 Jul 09:07
657f9cd

Choose a tag to compare

FoxLoader 2.0-alpha34 Pre-release
Pre-release

This is an hotfix release, please update ASAP

FoxLoader 2.0-alpha33

07 Jul 17:10
583d6ab

Choose a tag to compare

FoxLoader 2.0-alpha33 Pre-release
Pre-release
  • Add Jump/Sneak events.
  • Add PlayerRespawnEvent
  • Make MissingItemDesc always output something.
  • Do not allow missing items to be dropped by blocks.

FoxLoader 2.0-alpha32

06 Jul 12:24
015ca02

Choose a tag to compare

FoxLoader 2.0-alpha32 Pre-release
Pre-release
  • Fix shadow compatibility not excluding some libraries.
  • Add Fluids.getFluids() API

This should be all I need for my WorldEdit port, and full release should be out soon.

FoxLoader 2.0-alpha31

06 Jul 09:39
58bb2c6

Choose a tag to compare

FoxLoader 2.0-alpha31 Pre-release
Pre-release
  • Fix modded blocks always dropping missing blocks. (Close #35)
  • Fix shadow compatibility not properly excluding some libraries

Bugfix release to go towards full release soon!

FoxLoader 2.0-alpha30

05 Jul 23:12
48fe72b

Choose a tag to compare

FoxLoader 2.0-alpha30 Pre-release
Pre-release
  • Update item properly on event cancellation.
  • Add proper creative tab API.
  • Bring back the server link button feature!
  • Add shadow plugin compatibility. (developer only)

This is probably the final stretch before a full release, please report any bugs if you can.

FoxLoader 2.0-alpha29

04 Jul 19:09
962a7e4

Choose a tag to compare

FoxLoader 2.0-alpha29 Pre-release
Pre-release
  • Add initial EntityFakePlayer
  • Add PlayerClickSlotEvent and PlayerDropItemEvent
  • Add PlayerAttackEntityEvent.(get/set)UseExtraKnockback()
  • Fix creative tab not populating items if mods added items to that tab.
  • Fix disk rendering.

I'm feeling more and more confident about FoxLoader 2.0 to have a full release soon.