Skip to content

Commit

Permalink
Bump mc and deps to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PieKing1215 committed Apr 4, 2022
1 parent 0b21bfd commit c41f822
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ dependencies {
// Remove the next line if you don't want to depend on the API
// modApi "dev.architectury:architectury-fabric:${rootProject.architectury_version}"

modImplementation "com.terraformersmc:modmenu:3.0.1"
modImplementation "com.terraformersmc:modmenu:3.1.0"

modApi("me.shedaniel.cloth:cloth-config-fabric:${rootProject.cloth_version}") {
exclude(group: "net.fabricmc.fabric-api")
}

// for testing some unrecognized UIs
// modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:7.3.432"
// modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:7.3.443"

common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
Expand Down
3 changes: 3 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ dependencies {
// modApi "dev.architectury:architectury-forge:${rootProject.architectury_version}"
modApi "me.shedaniel.cloth:cloth-config-forge:${rootProject.cloth_version}"

// for testing some unrecognized UIs
// modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-forge:7.3.443"

common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionForge")) { transitive = false }
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
org.gradle.jvmargs=-Xmx2048M

minecraft_version=1.18.1
minecraft_version=1.18.2

archives_base_name=InvMove-1.18
mod_version=0.7.0
maven_group=me.pieking1215.invmove
maven_artifact_id=InvMove

architectury_version=3.6.17
architectury_version=4.1.39
cloth_version=6.2.57

fabric_loader_version=0.13.2
fabric_api_version=0.46.4+1.18
fabric_loader_version=0.13.3
fabric_api_version=0.48.0+1.18.2

forge_version=1.18.1-39.0.79
forge_version=1.18.2-40.0.36

0 comments on commit c41f822

Please sign in to comment.