Ported to ver 1.21.11 make sure to test Jdk21 and Malilab ver

This commit is contained in:
FancyBob
2026-03-30 22:29:06 -07:00
parent 30e6b72754
commit c0cd846f83
6 changed files with 66 additions and 73 deletions

View File

@@ -1,12 +1,12 @@
plugins {
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'fabric-loom' version '1.11-SNAPSHOT'
id 'com.diffplug.spotless' version '6.19.0'
id "com.modrinth.minotaur" version "2.+"
}
java {
sourceCompatibility = JavaVersion.VERSION_18
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}
repositories {
@@ -50,7 +50,7 @@ processResources {
tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
it.options.release = 17
it.options.release = 21
}
spotless {
@@ -69,7 +69,7 @@ modrinth {
syncBodyFrom = rootProject.file("README.md").text
projectId = 'C1naQCmt'
uploadFile = remapJar
gameVersions = ['1.20.3','1.20.4']
gameVersions = ['1.21.11']
loaders = ['fabric']
dependencies = []
}