mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 07:11:14 +00:00
Updated Bukkit to 1.20.6
This commit is contained in:
@@ -17,7 +17,7 @@ repositories {
|
||||
dependencies {
|
||||
//TODO Allow pulling from Versions.kt
|
||||
implementation("com.github.johnrengelman", "shadow", "8.1.1")
|
||||
implementation("io.papermc.paperweight.userdev", "io.papermc.paperweight.userdev.gradle.plugin", "1.7.0")
|
||||
implementation("io.papermc.paperweight.userdev", "io.papermc.paperweight.userdev.gradle.plugin", "1.7.1")
|
||||
|
||||
implementation("org.ow2.asm", "asm", "9.7")
|
||||
implementation("org.ow2.asm", "asm-tree", "9.7")
|
||||
|
||||
@@ -53,13 +53,13 @@ object Versions {
|
||||
|
||||
object Bukkit {
|
||||
const val minecraft = "1.20.6"
|
||||
const val paperBuild = "$minecraft-R0.1-20240501.172135-12"
|
||||
const val paperBuild = "$minecraft-R0.1-20240530.204353-104"
|
||||
const val paper = paperBuild
|
||||
const val paperLib = "1.0.8"
|
||||
const val reflectionRemapper = "0.1.1"
|
||||
const val paperDevBundle = paperBuild
|
||||
const val runPaper = "2.3.0"
|
||||
const val paperWeight = "1.7.0"
|
||||
const val paperWeight = "1.7.1"
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user