https://github.com/firstdarkdev/neojar
A Custom JarInJar Loader for NeoForge 1.20.4
https://github.com/firstdarkdev/neojar
Last synced: 8 months ago
JSON representation
A Custom JarInJar Loader for NeoForge 1.20.4
- Host: GitHub
- URL: https://github.com/firstdarkdev/neojar
- Owner: firstdarkdev
- License: mit
- Created: 2025-05-30T20:31:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-05-31T17:58:49.000Z (8 months ago)
- Last Synced: 2025-06-01T05:47:12.819Z (8 months ago)
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## NeoJar
---
A Custom JarInJar Loader for NeoForge and Forge.
This was made to allow mods to JIJ forge, fabric and neoforge mods into the same jar and load correctly.
### Why is this needed??
Because I am lazy, and want to make things easier for my users, by offering them a single jar for all supported modloaders, instead of having a ton of separate jars.
Due to how forge and neoforge works, it can't just load an empty jar, with other jars inside it. This library enables both of these modloaders to load a dummy jar, that contains all the modloader jars inside it.
Used by [orion](https://github.com/firstdarkdev/orion) to package mods into a single jar.