File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
- Added support for 1.21.4
3
3
- Improved a few translation lines relating to URLs and newlines
4
4
- 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
5
9
6
10
7.3.9
7
11
- Added support for 1.21.3
Original file line number Diff line number Diff line change 1
1
group =com.sk89q.worldedit
2
- version =7.3.10-SNAPSHOT
2
+ version =7.3.10
3
3
4
4
org.gradle.jvmargs =-Xmx1500M
5
5
org.gradle.parallel =true
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ minimumAsm = "9.7"
32
32
minimumJdependency = " 2.10"
33
33
minimumTinyRemapper = " 0.8.11"
34
34
35
- lang-worldeditBase = " 7.3.9 "
36
- lang-version = " 1642 "
35
+ lang-worldeditBase = " 7.3.10 "
36
+ lang-version = " 1707 "
37
37
38
38
[libraries ]
39
39
neogradle-neoform = { module = " net.neoforged.gradle:neoform" , version.ref = " neogradle" }
You can’t perform that action at this time.
0 commit comments