Commit Graph

23 Commits

Author SHA1 Message Date
Jared
e0281b6146
Fix maven artifacts and publishing. Close #4 2021-12-21 19:41:15 +02: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
Tyler Hancock
52f493e141
Include Common/src/resources in Forge and Fabric resources sourceset. 2021-10-11 22:46:15 -06:00
Tyler Hancock
07b5f42740
Fix inconsistent repository definitions. 2021-10-11 22:38:19 -06: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
e7368f2468
Move Constants to com.example.examplemod package. 2021-10-05 20:29:16 -06: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
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
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
Jared
44c7d4dc82
Initial files 2021-09-12 20:26:39 +02:00