Commit Graph

120 Commits

Author SHA1 Message Date
Tyler Hancock
02be8ec9c5
Updated build dependencies. 2022-04-18 11:31:52 -06:00
Tyler Hancock
49f089c81c
Merge pull request #10 from Darkhax-Forked/build-updates
Build updates
2022-04-02 16:12:07 -06:00
Tyler Hancock
fc3c181aab
Update Loom to 0.11 from 0.10. 2022-04-02 15:50:17 -06:00
Tyler Hancock
a9218807e2
Update Forge and Fabric API versions. 2022-04-02 15:49:15 -06:00
Tyler Hancock
a2efbb2edd
Update Gradle wrapper from 7.4 to 7.4.2 2022-04-02 15:46:49 -06:00
Jared
56a38dd3a3
Merge pull request #9 from Aegide/patch-1
Update README.md
2022-03-29 22:08:35 +02:00
Aegide
3c1a862a5e
Update README.md 2022-03-29 22:07:03 +02:00
Tyler Hancock
a79e8e7bc2
Update to 1.18.2 2022-03-01 21:26:33 -07:00
Tyler Hancock
33050f62fc
Enable refmap remapping on Forge. Allows Forge to load dependencies with Mixins. 2022-03-01 20:58:04 -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
Jared
805b9d23d1
Merge pull request #6 from Darkhax-Forked/1.18-update-deps
Add JSR 305 support to Common and Fabric projects. Also updated API deps.
2022-01-07 01:34:04 +02:00
Tyler Hancock
9d08f3fdfb
Add support for JSR305. 2022-01-06 16:18:11 -07:00
Tyler Hancock
94b42e94da
Update Forge and FAPI versions. 2022-01-06 16:10:46 -07:00
Jared
c13203c37f
bump mixin 2022-01-02 11:12:54 +02:00
Jared
f151867945
Delete .editorconfig 2021-12-29 06:36:07 +02:00
Jared
fd4aadb12b
Merge pull request #5 from Hubry/scopes
Add IntelliJ search scopes for Forge and Fabric sources
2021-12-23 23:16:40 +02:00
Hubry
b830e08f26 Add IntelliJ search scopes for Forge and Fabric sources 2021-12-23 21:35:53 +01:00
Jared
764efa88bf
Fix maven repository 2021-12-21 19:53:04 +02:00
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