mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +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:manifest-addon-loader"))
|
|
} |