mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
fix fabric mixin stuff
This commit is contained in:
@@ -39,7 +39,7 @@ configure<LoomGradleExtension> {
|
|||||||
tasks.register<RemapJarTask>("remapShadedJar") {
|
tasks.register<RemapJarTask>("remapShadedJar") {
|
||||||
dependsOn("shadowJar")
|
dependsOn("shadowJar")
|
||||||
setProperty("input", file("build/libs/Terra-fabric-${version}-shaded.jar"))
|
setProperty("input", file("build/libs/Terra-fabric-${version}-shaded.jar"))
|
||||||
setProperty("addNestedDependencies", false)
|
setProperty("addNestedDependencies", true)
|
||||||
setProperty("remapAccessWidener", true)
|
setProperty("remapAccessWidener", true)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ dependencies {
|
|||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||||
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
|
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
|
||||||
|
|
||||||
"compileOnly"("net.fabricmc:sponge-mixin:+")
|
"compileOnly"("net.fabricmc:sponge-mixin:0.8.1")
|
||||||
"annotationProcessor"("net.fabricmc:sponge-mixin:+")
|
"annotationProcessor"("net.fabricmc:sponge-mixin:0.8.1")
|
||||||
"annotationProcessor"("net.fabricmc:fabric-loom:+")
|
"annotationProcessor"("net.fabricmc:fabric-loom:+")
|
||||||
}
|
}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
org.gradle.jvmargs=-Xmx4G
|
||||||
Reference in New Issue
Block a user