The loader for mods under Fabric. It provides target-independent mod loading facilities and useful abstractions for other mods to use.
Licensed under the Apache License 2.0. Significant changes from upstream include
- The removal of Loom
- The removal of all code that pertains to Minecraft
- The removal of
EnvType#CLIENT
andEnvType#SERVER
, which are replaced withEnvType#UNIVERSAL