fabric cleanup, move lang and config to common

This commit is contained in:
dfsek
2021-02-24 13:59:25 -07:00
parent 1637644bdd
commit 0fcc0f798c
18 changed files with 22 additions and 31 deletions
+6
View File
@@ -1,4 +1,5 @@
import com.dfsek.terra.configureCommon
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import net.fabricmc.loom.LoomGradleExtension
import net.fabricmc.loom.task.RemapJarTask
@@ -23,6 +24,11 @@ plugins {
configureCommon()
tasks.named<ShadowJar>("shadowJar") {
relocate("org.json", "com.dfsek.terra.lib.json")
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
}
group = "com.dfsek.terra.fabric"