File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 0.8 -SNAPSHOT'
2+ id ' fabric-loom' version ' 0.9 -SNAPSHOT'
33 id ' maven-publish'
44}
55
@@ -18,8 +18,7 @@ repositories {
1818 // See https://docs.gradle.org/current/userguide/declaring_repositories.html
1919 // for more information about repositories.
2020 maven { url " https://maven.shedaniel.me/" }
21- // maven { url "https://maven.terraformersmc.com/releases/" }
22- maven { url " https://api.modrinth.com/maven/" }
21+ maven { url " https://maven.terraformersmc.com/releases/" }
2322}
2423
2524dependencies {
@@ -35,11 +34,10 @@ dependencies {
3534 // You may need to force-disable transitiveness on them.
3635
3736 // Mod Menu config integration
38- // modImplementation "com.terraformersmc:modmenu:2.0.2"
39- modImplementation " maven.modrinth:modmenu:2.0.3"
37+ modImplementation " com.terraformersmc:modmenu:2.0.5"
4038
4139 // Cloth Config API
42- modApi(" me.shedaniel.cloth:cloth-config-fabric:5.0.34 " ) {
40+ modApi(" me.shedaniel.cloth:cloth-config-fabric:5.0.38 " ) {
4341 exclude(group : " net.fabricmc.fabric-api" )
4442 }
4543}
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ org.gradle.jvmargs=-Xmx1G
44# Fabric Properties
55 # https://fabricmc.net/versions.html
66 minecraft_version =1.17.1
7- yarn_mappings =1.17.1+build.14
7+ yarn_mappings =1.17.1+build.46
88 loader_version =0.11.6
99
1010# Mod Properties
11- mod_version = 1.5.1
11+ mod_version = 1.6.0
1212 maven_group = io.github.madis0
1313 archives_base_name = onebar
1414
1515# Dependencies
16- fabric_version =0.37.1 +1.17
16+ fabric_version =0.39.2 +1.17
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments