Skip to content

Commit

Permalink
Updated to 1.18.1. Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Dec 18, 2021
1 parent c0e7dc4 commit 0238118
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}"){
exclude(group: "net.fabricmc.fabric-api")
}
modApi("com.terraformersmc:modmenu:${project.modmenu_version}")
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs = -Xmx2G

# Fabric Properties
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.6
minecraft_version=1.18.1
yarn_mappings=1.18.1+build.5
loader_version=0.12.12

# Mod Properties
mod_version = 1.2.0-1.18.0
mod_version = 1.3.0-1.18.1
maven_group = de.dafuqs.dontburnmystuff
archives_base_name = dontburnmystuff

# Dependencies
fabric_version=0.43.1+1.18
fabric_version=0.44.0+1.18
# https://shedaniel.gitbook.io/cloth-config/setup-cloth-config/cloth-config-fabric
cloth_config_version=5.0.34
modmenu_version=2.0.2
cloth_config_version=6.1.48
modmenu_version=3.0.0
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"minecraft": ">=1.18.0",
"fabricloader": ">=0.12.6",
"fabric": "*",
"cloth-config2": ">=5.0.34"
"cloth-config2": ">=6.0.0"
}
}

0 comments on commit 0238118

Please sign in to comment.