move addons command into separate addon

This commit is contained in:
dfsek
2021-12-31 18:16:50 -07:00
parent 17470fd74b
commit 012a01da71
4 changed files with 93 additions and 35 deletions
@@ -0,0 +1,5 @@
version = version("0.1.0")
dependencies {
shadedApi(project(":common:addons:manifest-addon-loader"))
}