9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-06 15:51:50 +00:00

2.0-backup-3

This commit is contained in:
XiaoMoMi
2023-09-03 03:11:21 +08:00
parent 637d38013d
commit b73dd6cf51
22 changed files with 411 additions and 3457 deletions

View File

@@ -2,4 +2,10 @@ dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0")
implementation("de.tr7zw:item-nbt-api:2.11.3")
}
}
tasks {
shadowJar {
relocate ("de.tr7zw", "net.momirealms.customfishing.libraries")
}
}