aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorHacktheTime <l4bg0jb7@duck.com>2023-09-29 22:17:26 +0200
committerHacktheTime <l4bg0jb7@duck.com>2023-09-29 22:17:26 +0200
commit45f57a25ae79cb11470da7a4278489ec02c291ff (patch)
tree1922a0d2f47918bd0ff9f725063e3dffc7efbee4 /build.gradle
parent1763a5ca29a7ef8243351abfef596e5777bfdc80 (diff)
downloadBBsentials-45f57a25ae79cb11470da7a4278489ec02c291ff.tar.gz
BBsentials-45f57a25ae79cb11470da7a4278489ec02c291ff.tar.bz2
BBsentials-45f57a25ae79cb11470da7a4278489ec02c291ff.zip
updatet the mod to 1.20.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 195778e..49c5e5c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,11 +22,11 @@ dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
- modImplementation 'com.terraformersmc:modmenu:7.2.2'
+ modImplementation 'com.terraformersmc:modmenu:8.0.0'
//https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu/7.2.2/modmenu-7.2.2.pom
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
- modApi("me.shedaniel.cloth:cloth-config-fabric:11.1.106") {
+ modApi("me.shedaniel.cloth:cloth-config-fabric:12.0.109") {
exclude(group: "net.fabricmc.fabric-api")
}
}