move modules to better directory structure

This commit is contained in:
dfsek 2021-07-08 23:08:56 -07:00
parent b609a0ba63
commit 40e28c5e4b
298 changed files with 19 additions and 14 deletions

4
common/addons/README.md Normal file
View File

@ -0,0 +1,4 @@
# Core Addons
This directory contains the modularized "core addons" that implement
Terra's default behavior.

View File

@ -14,7 +14,6 @@ group = "com.dfsek.terra.common"
dependencies { dependencies {
"shadedApi"(project(":common:api")) "shadedApi"(project(":common:api"))
"compileOnly"(project(":common:addons:noise"))
"shadedApi"("org.apache.commons:commons-rng-core:1.3") "shadedApi"("org.apache.commons:commons-rng-core:1.3")
"shadedApi"("commons-io:commons-io:2.4") "shadedApi"("commons-io:commons-io:2.4")

Some files were not shown because too many files have changed in this diff Show More