Final dep update

confirmed working on paper and fabric
This commit is contained in:
Zoë Gidiere
2023-12-09 14:58:23 -07:00
parent f9c9789016
commit 687ad5db59
17 changed files with 23 additions and 21 deletions
+7 -5
View File
@@ -6,6 +6,8 @@ object Versions {
const val cloud = "1.8.4"
const val caffeine = "3.1.8"
const val slf4j = "2.0.9"
const val log4j_slf4j_impl = "2.20.0"
@@ -22,7 +24,7 @@ object Versions {
}
object Fabric {
const val fabricAPI = "0.91.1+${Mod.minecraft}"
const val fabricAPI = "0.91.2+${Mod.minecraft}"
}
//
// object Quilt {
@@ -35,9 +37,9 @@ object Versions {
const val minecraft = "1.20.4"
const val yarn = "$minecraft+build.1"
const val fabricLoader = "0.15.0"
const val fabricLoader = "0.15.1"
const val architecuryLoom = "1.4.367"
const val architecuryLoom = "1.4.369"
const val architecturyPlugin = "3.4.151"
}
//
@@ -48,13 +50,13 @@ object Versions {
object Bukkit {
const val minecraft = "1.20.4"
const val paperBuild = "$minecraft-R0.1-20231207.202833-1"
const val paperBuild = "$minecraft-R0.1-20231209.173338-2"
const val paper = paperBuild
const val paperLib = "1.0.8"
const val reflectionRemapper = "0.1.0"
const val paperDevBundle = paperBuild
const val runPaper = "2.2.2"
const val paperWeight = "1.5.10"
const val paperWeight = "1.5.11"
}
//