Commit Graph

7 Commits

Author SHA1 Message Date
Jared
040ca2e79d Replace (Vanilla|Neo)Gradle with ModDevGradle, add ParchmentMC support
https://github.com/neoforged/ModDevGradle
ModDevGradle is a alternative to NeoGradle that in my experience is faster and provides a better development experience.
MDG also offers an easy 'vanilla' mode, so it has replaced VanillaGradle as well.
2024-06-25 01:48:34 -06:00
Jared
5e833efb61 Add a new capability based on the base archive name 2024-05-20 16:27:02 -06:00
Jared
fc43dd5a3c Remove unneeded jetbrains annotations 2024-05-20 14:38:48 -06:00
Jared
5536dbd85d Port to 1.20.5 and temporarily(?) delete forge
Forge will be re-added when it is ported
2024-04-23 21:05:44 -06:00
Jared
53caea62bb Rename plugins 2024-04-21 22:31:31 -06:00
Jared
79514823e2
pre-emptively support neoforge.mods.toml 2024-04-20 01:03:10 -06:00
Jared
985f33d90c Modernize the template
- Replaced `subprojects` with buildSrc plugins
- Moved to Jetbrains Annotations over jsr305
- Removed timestamp related manifest attributes
- Re-enabled the gradle module metadata, required for NeoForge now.
- Changed the runs folder to `runs/<type>` for consistency
2024-04-19 21:30:40 -06:00