Skip to content

Commit

Permalink
bukkit: add adapter for bukkit 1.19.4 (#2281)
Browse files Browse the repository at this point in the history
* bukkit: add adapter for bukkit 1.19.4

* added missing reobf mapping to 1.19.4 adapter

* Drop unused comments
  • Loading branch information
Joo200 authored and me4502 committed Mar 18, 2023
1 parent 16a2cc9 commit 38d2ff1
Show file tree
Hide file tree
Showing 6 changed files with 4,154 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -2,7 +2,7 @@ rootProject.name = "worldedit"

include("worldedit-libs")

listOf("legacy", "1.17.1", "1.18.2", "1.19", "1.19.3").forEach {
listOf("legacy", "1.17.1", "1.18.2", "1.19", "1.19.3", "1.19.4").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

Expand Down
6 changes: 6 additions & 0 deletions worldedit-bukkit/adapters/adapter-1.19.4/build.gradle.kts
@@ -0,0 +1,6 @@
applyPaperweightAdapterConfiguration()

dependencies {
// https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
paperDevBundle("1.19.4-R0.1-20230315.180941-2")
}

0 comments on commit 38d2ff1

Please sign in to comment.