From 6040b70ab18cb3eb7326bb1f6096338c47743b22 Mon Sep 17 00:00:00 2001 From: sk89q Date: Wed, 24 Nov 2010 11:18:34 -0800 Subject: [PATCH] Updated for 2.2. --- CHANGELOG.txt | 8 ++++++++ manifest.mf | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f72843e3f..b4ab49d6f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +2.2: +- Added Grum's //smooth command to smooth terrain. Select the entire area + and use //smooth on it, perhaps specifying a number of iterations, + with a larger number of iterations meaning a smoother terrain. Trees and + other blocks like fences currently do not drop. +- Fixed output messages for //pos2 and //hpos2 when used. +- Updated for server version 0.2.5. + 2.1: - Switched usage of HashMaps to double ArrayLists in the history function, increasing the speed of everything by up to 20x. diff --git a/manifest.mf b/manifest.mf index 2ac8707d8..ebbff974b 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,3 +1,3 @@ Manifest-Version: 1.0 Class-Path: jnbt.jar truezip.jar ant.jar -WorldEdit-Version: 2.1 \ No newline at end of file +WorldEdit-Version: 2.2 \ No newline at end of file