From 7cf84045d4dea9727f9db5e5de9a6524fc4ef1af Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 12 Jan 2013 18:29:57 -0500 Subject: Replace //homogenize with //replaceinverse (//homogenize x is equivalent to //replaceinverse air x), add documentation for it. --- Chat Commands.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Chat Commands.md') diff --git a/Chat Commands.md b/Chat Commands.md index 23920a4..9e9ccae 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -51,13 +51,22 @@ Set the current WorldEdit region to . ### //replace -Replace all instances of with in the current WorldEdit region. +Replace all instances of with in the current WorldEdit region. //replace cobble stone //replace default:steelblock glass //replace dirt flowers:flower_waterlily //replace flowers:flower_rose flowers:flower_tulip +### //replaceinverse + +Replace all nodes other than with in the current WorldEdit region. + + //replaceinverse air stone + //replaceinverse water_source default:dirt + //replaceinverse mesecons:mesecon air + //replaceinverse default:steelblock default:glass + ### //hollowsphere Add hollow sphere at WorldEdit position 1 with radius , composed of . -- cgit v1.2.3