Skip to content

Commit

Permalink
Merge branch 'version/7.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Mar 30, 2024
2 parents e3f0705 + 0607cd8 commit 3d61e67
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 4,210 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Expand Up @@ -16,7 +16,7 @@ rootProject.name = "worldedit"

include("worldedit-libs")

listOf("1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.2", "1.20.4").forEach {
listOf("1.18.2", "1.19.4", "1.20", "1.20.2", "1.20.4").forEach {
include("worldedit-bukkit:adapters:adapter-$it")
}

Expand Down
@@ -1,2 +1,11 @@
{
"Removal of override method that exists in superclass": [
{
"type": "com.sk89q.worldedit.bukkit.BukkitWorld",
"member": "Method com.sk89q.worldedit.bukkit.BukkitWorld.fullySupports3DBiomes()",
"changes": [
"METHOD_REMOVED"
]
}
]
}
7 changes: 0 additions & 7 deletions worldedit-bukkit/adapters/adapter-1.17.1/build.gradle.kts

This file was deleted.

0 comments on commit 3d61e67

Please sign in to comment.