Skip to content

Commit 222c090

Browse files
committed
Merge branch 'version/7.3.x'
2 parents f778687 + 4b6b0d9 commit 222c090

File tree

49 files changed

+101
-18559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+101
-18559
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: Platform Version
2323
description: |
24-
The version of the platform you are on, i.e. Spigot, Paper, Fabric, or Forge.
24+
The version of the platform you are on, i.e. Spigot, Paper, Fabric, or NeoForge.
2525
Please ensure you are running up-to-date software before making a bug report.
2626
Old versions or hybrids will receive little to no support.
2727
placeholder: e.g. git-Spigot-21fe707-e1ebe52, git-Paper-463, Fabric 0.7.1, Forge 35.1.37

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
- Added support for 1.21.4
33
- Improved a few translation lines relating to URLs and newlines
44
- Fixed issues relating to block entities in generated features and structures
5+
- Added support for pale oak tree variants in the tree commands
6+
- [Paper] Fixed loading extra jars from the WorldEdit folder with Paper's remapping
7+
- [NeoForge] Fixed NeoForge's platform name listing "Forge" instead of "NeoForge"
8+
- [Fabric] Worked around an error caused by other mods bundling old versions of the Fabric Permissions API that are incompatible with MC 1.21.4
59

610
7.3.9
711
- Added support for 1.21.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Use it in creative, survival in single player or on your server.
99
* Use it on your Minecraft server to fix griefing and mistakes.
1010

11-
Java Edition required. WorldEdit is compatible with Forge, Fabric, Bukkit, Spigot, Paper, and Sponge.
11+
Java Edition required. WorldEdit is compatible with NeoForge, Fabric, Bukkit, Spigot, Paper, and Sponge.
1212

1313
## Download WorldEdit
1414

build-logic/src/main/kotlin/buildlogic.platform.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ afterEvaluate {
5353
if (includeClasspath) {
5454
attributes["Class-Path"] = listOf("truezip", "truevfs", "js")
5555
.map { "$it.jar" }
56-
.flatMap { listOf(it, "WorldEdit/$it") }
56+
.flatMap { listOf(it, "WorldEdit/$it", "../$it", "../WorldEdit/$it") }
5757
.joinToString(separator = " ")
5858
}
5959
attributes.putAll(extraAttributes)

gradle/libs.versions.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ fabric-api = "0.110.5+1.21.4"
1515
neogradle = "7.0.171"
1616
neoforge-minecraft = "1.21.4"
1717

18-
sponge-minecraft = "1.21.3"
18+
sponge-minecraft = "1.21.4"
1919
# https://repo.spongepowered.org/service/rest/repository/browse/maven-public/org/spongepowered/spongeapi/
20-
sponge-api = "13.0.0-20241025.155029-3"
21-
sponge-api-major = "13"
20+
sponge-api = "14.0.0-20241229.134205-2"
21+
sponge-api-major = "14"
2222

2323
# https://parchmentmc.org/docs/getting-started; note that we use older MC versions some times which is OK
2424
parchment-minecraft = "1.21"
@@ -32,8 +32,8 @@ minimumAsm = "9.7"
3232
minimumJdependency = "2.10"
3333
minimumTinyRemapper = "0.8.11"
3434

35-
lang-worldeditBase = "7.3.9"
36-
lang-version = "1642"
35+
lang-worldeditBase = "7.3.10"
36+
lang-version = "1707"
3737

3838
[libraries]
3939
neogradle-neoform = { module = "net.neoforged.gradle:neoform", version.ref = "neogradle" }
@@ -75,8 +75,7 @@ mockito-junit-jupiter.module = "org.mockito:mockito-junit-jupiter"
7575

7676
commonsCli = "commons-cli:commons-cli:1.4"
7777

78-
spigot = "org.spigotmc:spigot-api:1.20.2-R0.1-20231205.164257-71"
79-
paperApi = "io.papermc.paper:paper-api:1.20.2-R0.1-20231203.034718-122"
78+
paperApi = "io.papermc.paper:paper-api:1.21.4-R0.1-20250118.134032-116"
8079
paperLib = "io.papermc:paperlib:1.0.8"
8180

8281
dummypermscompat = "com.sk89q:dummypermscompat:1.10"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ includeBuild("build-logic")
7171

7272
include("worldedit-libs")
7373

74-
listOf("1.20.2", "1.20.4", "1.20.6", "1.21", "1.21.3", "1.21.4").forEach {
74+
listOf("1.21.3", "1.21.4").forEach {
7575
include("worldedit-bukkit:adapters:adapter-$it")
7676
}
7777

worldedit-bukkit/adapters/adapter-1.20.2/build.gradle.kts

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)