From 26b6682587b1df0cebda4dd53cb4161b6f80a7c4 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 17 Sep 2019 18:44:13 +0200 Subject: [PATCH] Update API docs --- WorldEdit API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/WorldEdit API.md b/WorldEdit API.md index 09106e5..fc9cf65 100644 --- a/WorldEdit API.md +++ b/WorldEdit API.md @@ -74,6 +74,7 @@ Returns the number of nodes stacked. ### count = worldedit.stack2(pos1, pos2, direction, amount) Duplicates the region defined by positions `pos1` and `pos2` `amount` times with offset vector `direction`. +Note that the offset vector needs to be big enough that there is no overlap. Returns the number of nodes stacked.