mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-19 02:52:34 +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:3.1.0")
|
|
shadedApi(project(":common:addons:manifest-addon-loader"))
|
|
}
|