Skip to content

Commit 62538df

Browse files
committed
Update dependencies and fix forge
1 parent 45bf0bc commit 62538df

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

common/src/main/resources/civmodern.mixins.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"required": true,
3-
"minVersion": "0.8",
43
"package": "sh.okx.civmodern.common.mixins",
54
"compatibilityLevel": "JAVA_17",
65
"mixins": [],

forge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
common(project(path: ":common", configuration: "namedElements")) {
3232
transitive = false
3333
}
34-
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) {
34+
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) {
3535
transitive = false
3636
}
3737
}

gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
org.gradle.jvmargs=-Xmx2048M
22

33
minecraft_version=1.18.2
4+
enabled_platforms=fabric,forge
45

56
archives_base_name=civmodern
6-
mod_version=1.4.0
7+
mod_version=1.4.2
78
maven_group=sh.okx.civmodern
89

9-
architectury_version=4.1.32
10+
architectury_version=4.2.50
1011

1112
# https://fabricmc.net/versions.html
1213
fabric_loader_version=0.13.3
1314
fabric_api_version=0.48.0+1.18.2
1415

15-
forge_version=1.18.2-40.0.17
16+
forge_version=1.18.2-40.1.0

0 commit comments

Comments
 (0)