From 11fbe5e153f13708c9fc93b06fafc4c38e278ccf Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 11 May 2021 21:41:31 +0100 Subject: [PATCH] reference: fix typo --- Chat-Command-Reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index c06a409..705e8d2 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -21,7 +21,7 @@ Floods all connected nodes of the same type starting at _pos1_ with [ [ []] [ []] ...]_a>] [] [ []] ...` +## `//overlay [] [] [ []] ...` Places `` in the last contiguous air space encountered above the first non-air node. In other words, overlays all top-most nodes in the specified area with ``. Optionally supports a mix of node names and chances, as `//mix` (WorldEdit) and `//replacemix` (WorldEditAdditions) does. Will also work in caves, as it scans columns of nodes from top to bottom, skipping every non-air node until it finds one - and only then will it start searching for a node to place the target node on top of.