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
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
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
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
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
Dion Tryban
783be74125
Remove outdated warning about expanding fabric.mod.json's mod_id
2023-12-21 15:51:55 -05:00
Nekretaur
e56cee18e9
Update a few versions
2023-12-06 13:30:05 +05:30
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
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
2406e0394f
general buildscript cleanup
2023-06-11 03:40:13 +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
ad8d113645
Removed common runs
2023-06-11 02:34:10 +02:00
Tyler Hancock
f2b6c744d8
Port to Minecraft 1.19.3
2022-12-08 19:41:02 -07:00
Tyler Hancock
8b5788f33b
Update template to use latest versions for 1.19.2
2022-09-29 00:04:33 -06:00
Tyler Hancock
4872239044
Initial port to 1.19
2022-06-15 20:45:10 +02:00
Tyler Hancock
02be8ec9c5
Updated build dependencies.
2022-04-18 11:31:52 -06:00
Tyler Hancock
a9218807e2
Update Forge and Fabric API versions.
2022-04-02 15:49:15 -06:00
Tyler Hancock
a79e8e7bc2
Update to 1.18.2
2022-03-01 21:26:33 -07:00
Tyler Hancock
d8e96f7e61
Update build dependencies.
...
Gradle 7.3 -> 7.4
Forge 39.0.10 -> 39.1.2
Fabric API 0.45.2 -> 0.46.4
Fabric Loader 0.12.12 -> 0.13.3
2022-03-01 20:41:26 -07:00
Jared
36367b2382
Add service loader example. Close #7
2022-02-01 23:24:59 +02:00
Tyler Hancock
94b42e94da
Update Forge and FAPI versions.
2022-01-06 16:10:46 -07:00
Jared
5bd9799a53
1.18.1 port
2021-12-21 18:09:56 +02:00
Tyler Hancock
228334e794
Update the version of Forge and the Fabric Loader.
2021-12-02 01:40:07 -07:00
Jared
6953bc98ca
Update to 1.18
2021-11-30 22:26:34 +02:00
Tyler Hancock
40b2b34720
Update Fabric Loader to 0.12.1 and Fabric API to 0.40.8
2021-10-11 22:52:26 -06:00
Tyler Hancock
13e195e836
Update Forge to 37.0.85
2021-10-11 22:51:02 -06:00
Tyler Hancock
71537de222
Update Forge to 37.0.82
2021-10-05 20:28:27 -06:00
Jared
f6447facaf
Add common run options to gradle props
2021-09-29 21:00:40 +02:00
Tyler Hancock
f72cac02ad
Removed non-semver data from version. Version is now assigned through the intended version property.
2021-09-28 01:33:29 -06:00
Tyler Hancock
207bfc7d79
Remove redundant mod_group property.
2021-09-28 01:23:22 -06:00
Tyler Hancock
11f7e07f2e
Move Forge Access Transformers to a boolean toggle.
...
Also added additional information about why the path to the AT file can not be easily changed.
2021-09-24 02:40:54 -06:00
Tyler Hancock
74d926aff5
Updated Forge and Fabric to their latest versions at time of commit.
2021-09-24 02:10:14 -06:00
Jared
44c7d4dc82
Initial files
2021-09-12 20:26:39 +02:00