mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-20 03:22:34 +00:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
import com.dfsek.terra.configureAddon
|
|
|
|
configureAddon()
|
|
|
|
group = "com.dfsek.terra.common"
|
|
|
|
dependencies {
|
|
"shadedApi"("com.googlecode.json-simple:json-simple:1.1.1")
|
|
}
|