mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-07 08:16:05 +00:00
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
repositories {
|
|
|
|
}
|
|
|
|
dependencies {
|
|
shadedApi(project(":common:implementation:base"))
|
|
|
|
compileOnly(libs.bukkit.paper.api)
|
|
|
|
shadedApi(libs.bukkit.paper.lib)
|
|
|
|
shadedApi(libs.bukkit.cloud.paper)
|
|
}
|