somehow intellij forgot about this stuff

This commit is contained in:
dfsek
2021-11-23 21:09:42 -07:00
parent 3557536968
commit 325035822f
4 changed files with 9 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ dependencies {
tasks.withType<Jar> {
manifest {
attributes("Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addon.loader.ApiAddonLoader")
attributes("Terra-Bootstrap-Addon-Entry-Point" to "com.dfsek.terra.addon.loader.ApiAddonLoader")
}
}