mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-19 11:02:33 +00:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
import com.dfsek.terra.version
|
|
|
|
version = version("0.1.0")
|
|
|
|
dependencies {
|
|
shadedImplementation("com.dfsek.tectonic:yaml:2.2.0")
|
|
shadedApi(project(":common:addons:manifest-addon-loader"))
|
|
}
|