Merge branch 'master' into dev/1.19

This commit is contained in:
dfsek
2022-06-02 07:19:14 -07:00
54 changed files with 525 additions and 289 deletions
+1
View File
@@ -48,6 +48,7 @@ tasks.getByName<ShadowJar>("shadowJar") {
}
val remapped = tasks.register<RemapJarTask>("remapShadedJar") {
dependsOn("installAddons")
group = "fabric"
val shadowJar = tasks.getByName<ShadowJar>("shadowJar")
dependsOn(shadowJar)