We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff50cb commit e73c1f3Copy full SHA for e73c1f3
2 files changed
build.gradle.kts
@@ -48,7 +48,6 @@ repositories {
48
maven("https://jitpack.io")
49
maven("https://oss.sonatype.org/content/repositories/snapshots")
50
mavenCentral()
51
- mavenLocal()
52
}
53
54
val includeImplementation: Configuration by configurations.creating {
libs.versions.toml
@@ -1,15 +1,15 @@
1
[versions]
2
-minecraft = "26.1-rc-2"
+minecraft = "26.1"
3
fabric-loader = "0.18.4"
4
5
-fabric-api = "0.143.15+26.1"
+fabric-api = "0.144.1+26.1"
6
7
# Kotlin
8
kotlin = "2.3.10"
9
# Also modrinth version in gradle.properties
10
fabric-kotlin = "1.13.9+kotlin.2.3.10"
11
12
-fabric-permissions = "0.6.3-SNAPSHOT"
+fabric-permissions = "0.7.0"
13
translations = "3.0.0+26.1-pre-3"
14
15
exposed = "1.0.0-rc-2"
0 commit comments