Start on Loom 1.14

This commit is contained in:
modmuss50
2025-11-05 13:01:25 +00:00
parent 43023dc3b8
commit 5e5d9b8d0e

View File

@@ -23,7 +23,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
group = 'net.fabricmc'
def baseVersion = '1.13'
def baseVersion = '1.14'
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {