Commit Graph

148 Commits

Author SHA1 Message Date
Jared
df580e2c11 ModDevGradle is on the Gradle Plugin Portal, Sponge is no longer needed 2024-06-26 02:46:33 -06:00
Jared
794baefc7a Access transformers are no longer in a hardcoded location 2024-06-26 02:36:00 -06:00
Jared
de70d29ca6
Merge pull request #66 from Joel-Paul/patch-1
Remove duplicate section from README.md
2024-06-25 08:06:27 -06:00
Joel Paul
b353c384d1
Remove duplicate section from README.md
Remove duplicate `Removing Platforms and Loaders` section from README.md
2024-06-25 19:28:02 +10: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
56b4f43b90 Port to 1.21. Close #59 2024-06-20 03:22:56 -06:00
Jared
74686cf664
Merge pull request #58 from Cadiboo/patch-1
Fix multiline mod descriptions resulting in an invalid `fabric.mod.json`
2024-06-14 12:00:34 -06:00
Cadiboo
b8be7a400f
Update neoforge.mods.toml 2024-06-15 01:32:00 +10:00
Cadiboo
21257751f6
Update gradle.properties 2024-06-15 01:28:07 +10:00
Jared
f2b74f2074 Port to 1.20.6 2024-05-20 16:51:27 -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
74b6843ef9
Merge pull request #55 from VendoAU/patch-1
Fix typo in license name
2024-05-17 14:58:49 -06:00
Vendo
4cb494647a
Fix typo in license name 2024-05-14 20:13:13 +10: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
ac3fddf1cc
Merge pull request #54 from jaredlll08/refactor-1.20.4
Modernize the template
2024-04-22 20:55:54 -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
Jared
357c43e511 Remove old scopes 2024-04-19 21:10:15 -06:00
Jared
b46609313c Use exclusive content for plugin repositories 2024-04-19 19:52:25 -06:00
Jared
dacc33f439 Swap the publishing repository with something more versatile 2024-04-19 19:49:10 -06:00
Jared
77d38c6e52 Update gradle and plugins 2024-04-19 18:38:10 -06:00
Jared
4ae44fbc38
Merge pull request #52 from AzureDoom/patch-1
Update Foojay to 0.8.0
2024-03-23 16:45:33 -06:00
AzureDoom
1016738d44
Update Foojay to 0.8.0 2024-03-23 15:11:56 -04:00
Jared
0f2407562e
Merge pull request #44 from Nekretaur/1.20.4
Replace `implementation` with `compileOnly` in the `fabric` subproject for consistency with the `forge` subproject
2024-01-16 15:46:42 -07:00
Nekretaur
3d97a942ae implementation to compileOnly 2024-01-15 17:18:47 +00:00
Jared
9f0b50b3b0 Port to 1.20.4 2024-01-11 04:41:22 -07:00
Jared
10b3870853 Port to 1.20.3 2024-01-11 04:04:15 -07:00
Jared
91061d118e
Merge pull request #41 from Trikzon/patch-1
Remove outdated warning about expanding fabric.mod.json's mod_id
2023-12-21 16:01:37 -07:00
Dion Tryban
783be74125
Remove outdated warning about expanding fabric.mod.json's mod_id 2023-12-21 15:51:55 -05:00
Jared
fbd3ef7017
Merge pull request #38 from Nekretaur/patch-1
Update a few versions
2023-12-06 10:09:54 -07:00
Nekretaur
e56cee18e9
Update a few versions 2023-12-06 13:30:05 +05:30
Jared
32b88f0536
Merge pull request #37 from MerchantPug/fix/fabric-api-modid
Update Fabric Mod ID in fabric.mod.json
2023-12-02 08:59:45 -07:00
Pug
80dd136a7d
Update fabric modid in fabric.mod.json to new fabric-api modid. 2023-12-03 01:41:34 +11:00
Jared
25bcd220c5
Merge pull request #36 from MerchantPug/fix/modids
Replace examplemod with ${mod_id} in mod files.
2023-11-29 13:19:51 -07:00
Pug
2ad03775a6
Replace examplemod with ${mod_id} in mod files. 2023-11-30 01:22:50 +11:00
Jared
1791ae3dc0 Remove usages of TaskCollection.metaClass in favor of a variable 2023-11-22 07:06:28 -07:00
Jared
829e2415e6 Move plugins back to their respective build.gradle files. Close #34 2023-11-14 02:44:36 -07:00
Jared
6152c1e196 Fix access transformer location 2023-11-11 11:43:09 -07:00
Jared
5e12acdb4c
Merge pull request #33 from jaredlll08/1.20.2-doc-update
Update Documentation
2023-11-11 01:47:14 -07:00
Tyler Hancock
f7eca4f6d6
Add info on how to remove a platform. 2023-11-11 01:42:04 -07:00
Tyler Hancock
e744cc2670
Move IDEA to a H3 to match Eclipse 2023-11-11 01:33:31 -07:00
Jared
ec156b6c83 Update to 1.20.2. Add a NeoForge project 2023-11-11 01:19:46 -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
920129b7b9
Update mods.toml to use replacements for displayName 2023-06-16 02:29:28 +02: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
a5ac191b4e Port to 1.20 2023-06-11 04:08:59 +02:00
Jared
5295b1ed68 add common code to sources and javadoc jars 2023-06-11 04:08:28 +02:00