build: Relocate commentedconfiguration

This commit is contained in:
Ben Woo 2023-02-20 12:11:27 +08:00
parent 93db225d07
commit 193d6e4cd4
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ shadowJar {
relocate 'com.dumptruckman.minecraft.util.Logging', 'com.onarandombox.MultiverseCore.utils.CoreLogging'
relocate 'com.dumptruckman.minecraft.util.DebugLog', 'com.onarandombox.MultiverseCore.utils.DebugFileLogger'
relocate 'de.themoep.idconverter', 'com.onarandombox.idconverter'
relocate 'io.github.townyadvanced.commentedconfiguration', 'com.onarandombox.commentedconfiguration'
relocate 'me.main__.util', 'com.onarandombox.serializationconfig'
relocate 'org.bstats', 'com.onarandombox.bstats'