ForgeWrapper/legacy
Thomas Kain 7a8427d130
Implement support for NeoForge (#13)
* Fix compilation on Java versions other than 8

* Add basic support for NeoForge

This uses Forge's built-in fml.forgeGroup flag to distinguish Forge and NeoForge's package names. Consequently, this flag's value needs to be passed to most installer-related functions.

* Update Javadocs with Forge group parameter

* Add Forge group support for manual installs

* Assume we're using NeoForge if `--fml.forgeGroup` isn't specified

I was hoping not to hardcode any package names here, but this is the only way to unbreak manual installs without unintuitively asking users to add the flag themselves.
2023-08-05 22:46:57 +08:00
..
src/main/java/io/github/zekerzhayard/forgewrapper/installer/util Re-add the legacy part. 2021-12-11 14:35:56 +08:00
build.gradle Implement support for NeoForge (#13) 2023-08-05 22:46:57 +08:00