Skip to content

Commit

Permalink
[Bukkit] 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Sep 23, 2023
1 parent 1edc089 commit e05a642
Show file tree
Hide file tree
Showing 6 changed files with 4,162 additions and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
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", "1.19.4", "1.20").forEach {
listOf("legacy", "1.17.1", "1.18.2", "1.19", "1.19.3", "1.19.4", "1.20", "1.20.2").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

Expand Down
8 changes: 8 additions & 0 deletions worldedit-bukkit/adapters/adapter-1.20.2/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import io.papermc.paperweight.userdev.PaperweightUserDependenciesExtension

applyPaperweightAdapterConfiguration()

dependencies {
// https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.20.2-R0.1-20230922.233713-3")
}
Loading

0 comments on commit e05a642

Please sign in to comment.