Skip to content

Commit

Permalink
Paper 1.19.3 (Untested due to IntelliJ indexing)
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Dec 9, 2022
1 parent 970736e commit 69f6664
Show file tree
Hide file tree
Showing 7 changed files with 4,104 additions and 2 deletions.
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").forEach {
listOf("legacy", "1.17.1", "1.18.2", "1.19", "1.19.3").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

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

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

0 comments on commit 69f6664

Please sign in to comment.