mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-11-21 01:13:09 +08:00
Release 7.3.1
This commit is contained in:
parent
98e8720ff8
commit
2e55f4fb39
@ -1,3 +1,9 @@
|
||||
7.3.1
|
||||
- Added support for 1.20.5/1.20.6
|
||||
- Improved warnings when run on unsupported platforms
|
||||
- Removed some old data that was inflating the jar size
|
||||
- Disable chunk batching by default. We don't feel it makes sense in modern MC outside of potentially niche situations
|
||||
|
||||
7.3.0
|
||||
- Added an `//update [sideEffect]` command to apply side effects to a selection
|
||||
- Added a schematic sharing system and corresponding API, with `/schem share`
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.sk89q.worldedit
|
||||
version=7.3.1-SNAPSHOT
|
||||
version=7.3.1
|
||||
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user