mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 23:01:03 +00:00
more fabric stuff
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user