X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=WorldEdit%20API.md;h=fc9cf652e0bda75d020d8a9842d9431beefd8f61;hb=HEAD;hp=09106e55fd55156c1156891a3bada819a6f9892d;hpb=de566d2e3e81bf98691c9461304e77b21a691079;p=worldedit.git 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.