Fabric 1.21.10

This commit is contained in:
Zoë Gidiere
2025-10-07 17:55:37 -06:00
parent dc5952add7
commit ecbfd1740c
4 changed files with 9 additions and 9 deletions

View File

@@ -22,9 +22,9 @@ repositories {
dependencies {
//TODO Allow pulling from Versions.kt
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "9.2.2")
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.9")
implementation("io.papermc.paperweight.userdev", "io.papermc.paperweight.userdev.gradle.plugin", "2.0.0-beta.19")
implementation("io.papermc.paperweight.userdev", "io.papermc.paperweight.userdev.gradle.plugin", "2.0.0-beta.18")
implementation("org.ow2.asm", "asm", "9.9")
implementation("org.ow2.asm", "asm-tree", "9.9")
implementation("com.dfsek.tectonic", "common", "4.3.1")

View File

@@ -19,10 +19,10 @@ object Versions {
const val slf4j = "2.0.17"
object Internal {
const val shadow = "9.2.2"
const val shadow = "8.3.9"
const val apacheText = "1.14.0"
const val apacheIO = "2.20.0"
const val guava = "35.5.0-jre"
const val guava = "33.5.0-jre"
const val asm = "9.9"
const val snakeYml = "2.5"
const val jetBrainsAnnotations = "26.0.2-1"
@@ -62,7 +62,7 @@ object Versions {
object Bukkit {
const val minecraft = "1.21.10"
const val nms = "$minecraft-R0.1"
const val paperBuild = "$nms-20251007.183616-3 "
const val paperBuild = "$nms-20251007.183616-3"
const val paper = paperBuild
const val paperLib = "1.0.8"
const val reflectionRemapper = "0.1.3"