Updated gradle (and its wrapper), and fabric and architectury loom

This commit is contained in:
coolGi
2023-12-12 17:56:44 +10:30
parent 4ae7083dcf
commit b00c252f17
9 changed files with 56 additions and 31 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.1.+"
id "fabric-loom" version "1.4-SNAPSHOT"
}
loom {
@@ -25,7 +25,7 @@ loom {
remapJar {
inputFile = shadowJar.archiveFile
dependsOn shadowJar
classifier null
// classifier null
}
configurations {
@@ -127,7 +127,7 @@ processResources {
runClient {
dependsOn(copyCoreResources)
dependsOn(copyCommonLoaderResources)
jvmArgs([ "-XX:-OmitStackTraceInFastThrow", minecraftMemoryJavaArg ])
// jvmArgs([ "-XX:-OmitStackTraceInFastThrow", minecraftMemoryJavaArg ])
finalizedBy(deleteResources)
}