Update for 1.20.2 (untested)

This commit is contained in:
2023-10-08 17:04:40 -05:00
parent 7254ddcce3
commit 90bf17b3b2
7 changed files with 221 additions and 8 deletions

View File

@ -1,5 +1,5 @@
dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT")
paperDevBundle("1.20.1-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:21.3")
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
paperDevBundle("1.20.2-R0.1-SNAPSHOT")
compileOnly("net.coreprotect:coreprotect:22.2")
}