Commit Graph

51 Commits

Author SHA1 Message Date
Jared
d660df6930
Normalize brackets in common build.gradle 2021-12-21 19:46:52 +02:00
Jared
e0281b6146
Fix maven artifacts and publishing. Close #4 2021-12-21 19:41:15 +02:00
Jared
5bd9799a53
1.18.1 port 2021-12-21 18:09:56 +02:00
Jared
3d0f3e8c4b
Create LICENSE 2021-12-03 23:45:13 +02:00
Tyler Hancock
5ce38ecc86
Update resource pack format to 8. 2021-12-02 01:44:30 -07:00
Tyler Hancock
ff5a66e566
Fix resources from Common not being expanded with gradle tokens. 2021-12-02 01:43:53 -07:00
Tyler Hancock
228334e794
Update the version of Forge and the Fabric Loader. 2021-12-02 01:40:07 -07:00
Tyler Hancock
bd60d3346b
Update the Gradle Wrapper to 7.3. Brings support for Java 17 and Scala 3. 2021-11-30 20:35:45 -07:00
Jared
6953bc98ca
Update to 1.18 2021-11-30 22:26:34 +02:00
Jared
dfd8bc4057
fix resources 2021-10-25 22:57:33 +02:00
Jared
db2c4f114f
Merge pull request #3 from Darkhax-Forked/1.17
Consistency and Bug Fixes
2021-10-12 17:18:33 +02:00
Tyler Hancock
4e49e277f3
Make Mixin compileOnly in Common. 2021-10-11 23:08:24 -06: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
52f493e141
Include Common/src/resources in Forge and Fabric resources sourceset. 2021-10-11 22:46:15 -06:00
Tyler Hancock
2ddb1a3228
Allow Mixins in the Common environment. 2021-10-11 22:44:52 -06:00
Tyler Hancock
8550e017a1
Apply UTF-8 encoding and J16 release level consistently. 2021-10-11 22:40:10 -06:00
Tyler Hancock
07b5f42740
Fix inconsistent repository definitions. 2021-10-11 22:38:19 -06:00
Jared
f0750a1b0c
Merge pull request #2 from Darkhax-Forked/newstuff
Added some new things.
2021-10-06 14:01:34 +02:00
Tyler Hancock
5cdbd1b010
Remove JAR manifest entries from Forge project as this is handled in the root build.gradle. 2021-10-05 23:02:14 -06:00
Tyler Hancock
299a8d52d9
Make Forge run names similar to the Common and Fabric ones. 2021-10-05 23:01:09 -06:00
Tyler Hancock
509dda3840
Cleaned up example code, and added more relevant examples and documentation. 2021-10-05 22:33:10 -06:00
Tyler Hancock
f445322f61
Move all System.out to Constants.LOG 2021-10-05 21:46:10 -06:00
Tyler Hancock
210dc0f8ba
Include a README explaining how to use the template. 2021-10-05 21:36:05 -06:00
Tyler Hancock
e7368f2468
Move Constants to com.example.examplemod package. 2021-10-05 20:29:16 -06:00
Tyler Hancock
71537de222
Update Forge to 37.0.82 2021-10-05 20:28:27 -06:00
Jared
f31c3f5ab0
remove trailing , from pack.mcmeta 2021-10-06 03:41:23 +02:00
Jared
4566e7b45a
Fixed run configs generating incorrect run dir 2021-09-29 21:39:33 +02:00
Jared
f6447facaf
Add common run options to gradle props 2021-09-29 21:00:40 +02:00
Jared
30f8fae27e
generate fabric server runs 2021-09-29 21:00:26 +02:00
Jared
61b347c5cf
Merge remote-tracking branch 'Darkhax-Forked/1.17' into 1.17 2021-09-29 20:47:57 +02:00
Jared
4d610131ca
Add a common class 2021-09-29 19:19:00 +02:00
Jared
604dc8aa1b
Fix how common classes are collected to fix mixins 2021-09-29 19:18:46 +02:00
Tyler Hancock
029a7c3dc8
Generate source jars and jdoc jars for each project. 2021-09-28 03:09:54 -06:00
Tyler Hancock
b76bf02f3f
Set Java version for all Java projects. 2021-09-28 02:58:33 -06:00
Tyler Hancock
6ae7d10805
Add common manifest properties to all JARs, not just Forge. 2021-09-28 02:33:31 -06:00
Tyler Hancock
d4e9a8dd17
Re-add extra flourishes to the archive base name. 2021-09-28 01:41:24 -06: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
606c8e5c67
Moved some properties to a shared constants class to help demonstrate how the classpaths connect. 2021-09-27 23:50:44 -06:00
Tyler Hancock
429fa81612
Move pack.mcmeta to the common sources. 2021-09-27 23:49:45 -06:00
Tyler Hancock
4b0dae67f9
Rename the VanillaGradle runs to vanilla_client and vanilla_server. These can be renamed or disabled via properties. 2021-09-27 23:31:03 -06:00
Tyler Hancock
fe1bccafbf
Move to VanillaGradle 2.1 snapshot version. Fixes missing working directories for VanillaGradle runs. 2021-09-27 22:51:00 -06:00
Tyler Hancock
e51ea1fc16
Add Sponge's snapshot repo to the project. 2021-09-27 22:49:38 -06:00
Jared
64a3d8cb04
Merge pull request #1 from Darkhax-Forked/1.17
Small batch of changes.
2021-09-24 13:29:48 +02: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
b7f45281db
Remove hardcoded modid from Forge run generation. 2021-09-24 02:16:48 -06:00
Tyler Hancock
6e8a284425
Move GradleWrapper from snapshots to proper release. 2021-09-24 02:11:13 -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