mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
move modules to better directory structure
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
# Core Addons
|
||||||
|
|
||||||
|
This directory contains the modularized "core addons" that implement
|
||||||
|
Terra's default behavior.
|
||||||
-1
@@ -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
Reference in New Issue
Block a user