Commit Graph

20 Commits

Author SHA1 Message Date
Jared
cd9f534f2f Fix AT syntax being wrong 2024-11-30 14:20:07 -07:00
Jared
4d367e4ab2 Re-add forge support. Close #64 2024-08-05 23:46:16 -06:00
Jared
794baefc7a Access transformers are no longer in a hardcoded location 2024-06-26 02:36:00 -06:00
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
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
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
Jared
dacc33f439 Swap the publishing repository with something more versatile 2024-04-19 19:49:10 -06:00
Jared
829e2415e6 Move plugins back to their respective build.gradle files. Close #34 2023-11-14 02:44:36 -07:00
Witixin
493ecc96d2
Cleanup and improve expansions in metadata files (#30)
* Add more fields and cleanup expansions

* Make names consistent
2023-10-05 05:31:55 -06:00
Jared
a2811f728e Fix maven artifact not having the correct name and forge pom generation 2023-06-12 04:18:51 +02:00
Jared
0a04d1fa35 Update how the archive name is set 2023-06-12 04:18:37 +02:00
Jared
531f251168 AccessTransformers and AccessWideners now apply if the file is present
AccessWideners are shared on common and fabric, since you will most likely need them in common anyway, and they are faster to apply than AccessTransformers
2023-06-11 03:33:12 +02:00
Jared
fc6f452e8c Add mixin to all projects 2023-06-11 03:25:08 +02:00
Jared
45030884b0 specify the modloader versions in the root build.gradle 2023-06-11 02:54:26 +02:00
Jared
c48bbe91c9 Remove unused gradle plugins 2023-06-11 02:34:35 +02:00
Jared
6de6f20cbd Cleanup modloader metadata files and replace more properties in them 2023-06-11 02:34:24 +02:00
Jared
9efe38d385 Update maven publishing block 2023-06-11 02:34:21 +02:00
Jared
ad8d113645 Removed common runs 2023-06-11 02:34:10 +02:00
Jared
e10fcc23e4 Lowercase the project names as per gradle naming convention 2023-06-11 01:21:39 +02:00