create sampler function addon module

This commit is contained in:
dfsek
2022-01-18 20:14:34 -07:00
parent 003f6c7e74
commit 14e406c45b

View File

@@ -0,0 +1,7 @@
version = version("0.1.0")
dependencies {
shadedApi(project(":common:addons:manifest-addon-loader"))
shadedApi(project(":common:addons:config-noise-function"))
shadedApi(project(":common:addons:structure-terrascript-loader"))
}