mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-04 23:06:05 +00:00
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
version = version("1.0.0")
|
|
|
|
dependencies {
|
|
api("commons-io", "commons-io", Versions.Libraries.Internal.apacheIO)
|
|
api("com.github.Querz", "NBT", Versions.Libraries.Internal.nbt)
|
|
compileOnlyApi(project(":common:addons:addon-loader-manifest"))
|
|
} |