Skip to content

Commit

Permalink
Update to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rothes committed Dec 6, 2024
1 parent 60100c6 commit 67f4cd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ allprojects {

maven("https://hub.spigotmc.org/nexus/content/repositories/snapshots/")
maven("https://repo.papermc.io/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-snapshots/")
maven("https://repo.dmulloy2.net/repository/public/")
maven("https://repo.extendedclip.com/content/repositories/placeholderapi/")
maven("https://repo.codemc.org/repository/maven-public/")
Expand Down
6 changes: 6 additions & 0 deletions bukkit/nms/v1_21_4/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
val serverVer = "1.21.4"

dependencies {
paperweight.paperDevBundle("$serverVer-R0.1-SNAPSHOT")
implementation(project(":bukkit:nms:common:generic_v1_21_3"))
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
versionName = 3.1.1
versionChannel = Stable
versionId = 125
targetMinecraftVersion = 1.21.3
targetMinecraftVersion = 1.21.4
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ include("bukkit:nms:v1_20_4")
include("bukkit:nms:v1_20_6")
include("bukkit:nms:v1_21_1")
include("bukkit:nms:v1_21_3")
include("bukkit:nms:v1_21_4")

0 comments on commit 67f4cd9

Please sign in to comment.