promotional bannermobile promotional banner

Fermion Lib

The Java coremodding library for Forge 1.14+

File Details

Fermion 1.0.1 - for Forge 1.15.2

  • B
  • Jan 29, 2020
  • 325.05 KB
  • 198
  • 1.15.2
  • Forge

File Name

Fermion-1.0.1.jar

Supported Versions

  • 1.15.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:fermion-core-345538:2871336")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

WARNING: This release is currently beta stage and compatibility is not guaranteed. I have tried to make it as future-proof as possible, but bugs can happen: if you encounter one, report it on GitHub

API:

- Fix NullPointerException when constructing PluginMetadata with no description (which is supported)
- Allow JARs to specify multiple launch plugins instead of being restricted to a single one

 

Implementation:
- Split Fermion Companion Launch Plugin (required transformers) from Fermion Test Suite Launch Plugin (tests, so they can and should remain disabled in production)
- Fix logo path property not being passed around properly, causing Launch Plugins with logos having it not show up
- Add logo property to mods and Launch Plugins
- Fix other mods crashing when attempting to read data from loaded Launch Plugins' Plugin Metadata