Skip to content

A fork of the CoreMods framework used in Minecraft Forge to submit pull requests to upstream.

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE.txt
Unknown
LICENSE-header.txt
Notifications You must be signed in to change notification settings

Jonathing/Forge-JS-CoreMods

 
 

Repository files navigation

CoreMods

New JavaScript based system for implementing CoreMods.

Why?

Because it means that it's a lot easier to manage the lifecycle correctly. We can isolate CoreMod logic to the proper ClassLoading contexts without effort on the part of the Modder.

It hopefully also communicates that CoreMods are strictly arms-length : they operate on classes as they load only - changing structures and behaviours through that means.

This is connected to Forge and FML through the CoreMod SPI being implemented in new Forge.

About

A fork of the CoreMods framework used in Minecraft Forge to submit pull requests to upstream.

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE.txt
Unknown
LICENSE-header.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.5%
  • JavaScript 10.5%