Folia support

Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
This commit is contained in:
Zoë Gidiere
2023-10-02 00:21:09 -06:00
parent 2d2bba20b6
commit 27eebf6a47
10 changed files with 32 additions and 10 deletions

View File

@@ -48,6 +48,9 @@ fun Project.configureDependencies() {
maven("https://jitpack.io") {
name = "JitPack"
}
maven("https://nexuslite.gcnt.net/repos/other/") {
name = "devmart-other"
}
}
dependencies {

View File

@@ -50,6 +50,7 @@ object Versions {
object Bukkit {
const val paper = "1.18.2-R0.1-SNAPSHOT"
const val paperLib = "1.0.5"
const val foliaLib = "0.2.5"
const val minecraft = "1.20.2"
const val reflectionRemapper = "0.1.0-SNAPSHOT"
const val paperDevBundle = "1.20.2-R0.1-SNAPSHOT"