more fabric stuff

This commit is contained in:
dfsek
2021-02-24 01:33:19 -07:00
parent 83f981111a
commit 5c0482e972
17 changed files with 78 additions and 23 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ configure<LoomGradleExtension> {
}
tasks.register<RemapJarTask>("remapShadedJar") {
setProperty("input", file("build/libs/fabric-${version}-shaded.jar"))
setProperty("input", file("build/libs/Terra-fabric-${version}-shaded.jar"))
setProperty("addNestedDependencies", false)
setProperty("remapAccessWidener", true)
}