Skip to content

Commit

Permalink
Update dependencies and fix forge
Browse files Browse the repository at this point in the history
  • Loading branch information
okx-code committed Apr 26, 2022
1 parent 45bf0bc commit 62538df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion common/src/main/resources/civmodern.mixins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"required": true,
"minVersion": "0.8",
"package": "sh.okx.civmodern.common.mixins",
"compatibilityLevel": "JAVA_17",
"mixins": [],
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
common(project(path: ":common", configuration: "namedElements")) {
transitive = false
}
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) {
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) {
transitive = false
}
}
Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=1.18.2
enabled_platforms=fabric,forge

archives_base_name=civmodern
mod_version=1.4.0
mod_version=1.4.2
maven_group=sh.okx.civmodern

architectury_version=4.1.32
architectury_version=4.2.50

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

forge_version=1.18.2-40.0.17
forge_version=1.18.2-40.1.0

0 comments on commit 62538df

Please sign in to comment.