feat(minecraft): Update and Gradle changes for Minecraft 26.1

This commit is contained in:
2026-03-29 15:44:22 +02:00
parent 3c39848b5d
commit 17a33a90e3
30 changed files with 152 additions and 82 deletions

View File

@@ -44,7 +44,7 @@ dependencyResolutionManagement {
}
create("mcLibs") {
val mcVersionDescriptor = providers.gradleProperty("minecraft.version.descriptor").get()
from(files("gradle/mc-$mcVersionDescriptor/mcLibs.versions.toml"))
from(files("gradle/mc-$mcVersionDescriptor/mc.versions.toml"))
}
}
}