fleshed out addon loading

This commit is contained in:
dfsek
2021-02-19 22:49:11 -07:00
parent 5e761c3e29
commit 76f2a3fbc4
20 changed files with 217 additions and 230 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ dependencies {
}
tasks.withType<ProcessResources> {
include("**/*.yml")
include("**/*.*")
filter<org.apache.tools.ant.filters.ReplaceTokens>(
"tokens" to mapOf(
"VERSION" to project.version.toString()