mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-02-17 13:20:23 +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
|
7.3.0
|
||||||
- Added an `//update [sideEffect]` command to apply side effects to a selection
|
- Added an `//update [sideEffect]` command to apply side effects to a selection
|
||||||
- Added a schematic sharing system and corresponding API, with `/schem share`
|
- Added a schematic sharing system and corresponding API, with `/schem share`
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group=com.sk89q.worldedit
|
group=com.sk89q.worldedit
|
||||||
version=7.3.1-SNAPSHOT
|
version=7.3.1
|
||||||
|
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
Loading…
Reference in New Issue
Block a user