move elevation interpolation to new addon

This commit is contained in:
dfsek
2021-12-02 17:44:30 -07:00
parent c68d092814
commit b9c77fbdfa
4 changed files with 51 additions and 0 deletions
@@ -0,0 +1,8 @@
import com.dfsek.terra.version
version = version("0.1.0")
dependencies {
shadedApi(project(":common:addons:manifest-addon-loader"))
shadedApi(project(":common:addons:chunk-generator-noise-3d"))
}