Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
7.4.1
- [Bukkit] Added experimental Folia support
- [Bukkit] Removed a legacy command permissions handler that's no longer necessary with newer Spigot versions
- [Fabric & NeoForge] Tweaked maths used when setting biomes to be more accurate in certain edge cases
- [Sponge] Fixed a "value not found" startup error on newer builds of Sponge
- Fixed a few cases where the schematic path from the config file was not updated
- Fixed entity rotations during `//revolve` to be more consistent across all entities
- Changed blocks without legacy ID/data values to return `-1` in expressions, to allow differentiating from air
- Fixed entity home positions not being updated when pasted
- Fixed cases where the experimental snapshot mode may erroneously close a file too early, causing errors on usage

7.4.0
- Added a -c option to //regen to output to clipboard
- Added #clipboard mask, to mask against blocks that match the clipboard
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.4.1-SNAPSHOT
version=7.4.2-SNAPSHOT

org.gradle.jvmargs=-Xmx2000M
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading