create structure-mutator module

This commit is contained in:
dfsek
2022-01-04 08:55:21 -07:00
parent 42c407698d
commit 1d6eb0c48f
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
version = version("0.1.0")
dependencies {
shadedApi(project(":common:addons:manifest-addon-loader"))
}