Start on Loom 1.6

This commit is contained in:
modmuss50
2024-02-02 18:16:46 +00:00
parent 297b7f90e9
commit ac3fa8d410

View File

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