Terra/common/api/core/build.gradle.kts
2021-11-28 13:09:30 -07:00

16 lines
395 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")
}