mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 12:21:05 +00:00
9 lines
156 B
Kotlin
9 lines
156 B
Kotlin
dependencies {
|
|
shadedApi(project(":common:api:util"))
|
|
|
|
shadedApi("com.dfsek:paralithic:0.6.0")
|
|
|
|
shadedApi("net.jafama:jafama:2.3.2")
|
|
}
|
|
|