mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-21 03:52:31 +00:00
18 lines
446 B
Plaintext
18 lines
446 B
Plaintext
dependencies {
|
|
shadedApi(project(":common:api:util"))
|
|
shadedApi(project(":common:api:noise"))
|
|
shadedApi(project(":common:api:registry"))
|
|
shadedApi(project(":common:api:addons"))
|
|
|
|
shadedApi("com.dfsek:Paralithic:0.5.0")
|
|
|
|
shadedApi("com.dfsek.tectonic:common:2.1.2")
|
|
|
|
shadedApi("net.jafama:jafama:2.3.2")
|
|
|
|
shadedApi("org.slf4j:slf4j-api:1.7.32")
|
|
|
|
shadedApi("ca.solo-studios:strata:1.0.0")
|
|
}
|
|
|