9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00
Files
Custom-Fishing/api/build.gradle.kts
2023-09-01 02:23:12 +08:00

5 lines
194 B
Plaintext

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")
}