mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Release 7.2.0 rc 2
This commit is contained in:
parent
a615e01181
commit
605845c5c1
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,4 +1,4 @@
|
||||
* text=auto
|
||||
* text=lf
|
||||
# Force Batch files to CRLF
|
||||
*.bat text=crlf
|
||||
|
||||
|
@ -80,6 +80,7 @@
|
||||
- Fixed copy and cut not applying block change limit when creating clipboard
|
||||
- Fixed uppercase biomes failing in biome commands
|
||||
- Fixed //snow not perfectly obeying vanilla rules for snow placement
|
||||
- Require permissions for selection (or navigation) when using //wand (or //wand -n).
|
||||
|
||||
7.1.0
|
||||
- Improve the expression parser by compiling expressions for performance
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.sk89q.worldedit
|
||||
version=7.2.0-SNAPSHOT
|
||||
version=7.2.0-rc2
|
||||
|
||||
org.gradle.jvmargs=-Xmx1512M
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user