Skip to content

Commit

Permalink
[Bukkit] 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Jun 15, 2024
1 parent e5ca016 commit 6e6e87a
Show file tree
Hide file tree
Showing 14 changed files with 4,609 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 @@ -35,7 +35,7 @@ includeBuild("build-logic")

include("worldedit-libs")

listOf("1.20.2", "1.20.4", "1.20.5").forEach {
listOf("1.20.2", "1.20.4", "1.20.6", "1.21").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

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

plugins {
id("buildlogic.adapter")
}

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

Large diffs are not rendered by default.

Loading

0 comments on commit 6e6e87a

Please sign in to comment.