Skip to content

API API

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

sometimes you need to override lib classes, that's what the Jarbooter class is for, it allows you to add URLs to the KnotClassLoader.

an example:

LOGGER.info("Booting Jelly's DFU..."); // jelly-dfu is a compiled jar of her optimized DFU fork
JarBooter.addUrl(GrossFabricHacks.class.getResource("/test/jelly-dfu.jar"));
Clone this wiki locally