Skip to content

Super Early Init

Devan-Kerman edited this page Jul 13, 2020 · 1 revision

This is one of the, if not the, earliest entry-points that can be thrown

in fabric.mod.json

...
  "entrypoints": {
    "gfh:prePreLaunch": [
      "path.to.my.EntryPoint"
    ]
  }

the class must implement net.devtech.grossfabrichacks.entrypoints.PrePreLaunch

Clone this wiki locally