9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00
Files
Custom-Fishing/api/build.gradle.kts
XiaoMoMi c9615040d8 2.1.6
2024-05-07 22:08:36 +08:00

12 lines
306 B
Plaintext

dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT")
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
compileOnly("de.tr7zw:item-nbt-api:2.12.4")
}
tasks {
shadowJar {
relocate ("de.tr7zw.changeme", "net.momirealms.customfishing.libraries")
}
}