mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Updated for 2.1.
This commit is contained in:
parent
fd5a7abb1c
commit
493ec4818d
@ -1,3 +1,21 @@
|
||||
2.1:
|
||||
- Switched usage of HashMaps to double ArrayLists in the history function,
|
||||
increasing the speed of everything by up to 20x.
|
||||
- The data values of blocks that use them won't be set anymore, decreasing
|
||||
the packet spam generated.
|
||||
- Added //fillr that recursively fills (it's //fill except it will
|
||||
fill nooks and crannies).
|
||||
- Fixed /unstuck lifting you when you weren't stuck.
|
||||
- Added a filename character whitelist to schematic saving/loading
|
||||
routines. (regex: ^[A-Za-z0-9_\- \./\\'\$@~!%\^\*\(\)\[\]\+\{\},\?]+$)
|
||||
- Expanded the character whitelist for snapshot names (to the same as the
|
||||
one for schematic saving/loading).
|
||||
- .schematics now save original copy offset.
|
||||
- Added //count that counts the number of blocks in a region.
|
||||
- Added //distr that prints the distribution of blocks in a region.
|
||||
- Added /butcher to kill all/nearby mobs.
|
||||
- Added mob killing to the super pickaxe.
|
||||
|
||||
2.0.2:
|
||||
- Fixed issues with /listsnapshot and //restore not working.
|
||||
- Fixed help for //expand and //contract.
|
||||
|
@ -1,3 +1,3 @@
|
||||
Manifest-Version: 1.0
|
||||
Class-Path: jnbt.jar truezip.jar ant.jar
|
||||
WorldEdit-Version: 2.0.2
|
||||
WorldEdit-Version: 2.1
|
Loading…
Reference in New Issue
Block a user