shade paralithic in noise addon

This commit is contained in:
dfsek
2022-05-05 10:16:09 -07:00
parent 83baf377e0
commit 0a5450a345
4 changed files with 11 additions and 1 deletions
@@ -126,6 +126,7 @@ fun Project.configureDistribution() {
setVersion(project.version)
relocate("org.apache.commons", "com.dfsek.terra.lib.commons")
relocate("org.objectweb.asm", "com.dfsek.terra.lib.asm")
relocate("com.dfsek.paralithic", "com.dfsek.terra.lib.paralithic")
relocate("org.json", "com.dfsek.terra.lib.json")
relocate("org.yaml", "com.dfsek.terra.lib.yaml")
}