Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylendog committed Dec 5, 2023
1 parent 74bdd21 commit 40138cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
// cloth api
modApi("me.shedaniel.cloth:cloth-config-fabric:11.0.99") {
modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.111") {
exclude(group: "net.fabricmc.fabric-api")
}
// mod menu
modImplementation "com.terraformersmc:modmenu:7.1.0"
modImplementation "com.terraformersmc:modmenu:8.0.0"
// toml library
implementation "com.moandjiezana.toml:toml4j:0.7.2"
include "com.moandjiezana.toml:toml4j:0.7.2"
Expand Down
7 changes: 5 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
}
}],
"contributors": [
"RazrCraft"
"RazrCraft",
"Calvineries",
"iffyspeak-chroma",
"Nukecraft5419"
],
"contact": {
"homepage": "https://www.curseforge.com/minecraft/mc-mods/rebrand",
Expand All @@ -34,6 +37,6 @@
"java": ">=17"
},
"suggests": {
"modmenu": ">=6"
"modmenu": ">=7"
}
}

0 comments on commit 40138cd

Please sign in to comment.