Skip to content

Commit 25ae53e

Browse files
committed
v1.6.0
1 parent 41186e5 commit 25ae53e

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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

2524
dependencies {
@@ -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
}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)