Add JVM Downgrader (DH now uses Java version Ω)

This commit is contained in:
Cutiepie
2024-05-21 01:26:03 +10:00
parent 00d8aa356b
commit af6dca6e5e
5 changed files with 33 additions and 6 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ loom {
}
remapJar {
inputFile = shadowJar.archiveFile
dependsOn shadowJar
inputFile = apiDowngrade.archiveFile
dependsOn apiDowngrade
}