From 1ac64a9ebc27e0a67e59140c0125a71fda9f0e02 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 10 Oct 2020 17:28:10 +0100 Subject: [PATCH] Add shift clearcut to cookbook --- Cookbook.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cookbook.md b/Cookbook.md index c200689..302f9f4 100644 --- a/Cookbook.md +++ b/Cookbook.md @@ -33,3 +33,12 @@ The following brushes together can make large-scale terrain sculpting easy: //brush cubeapply 50 fixlight //brush cubeapply 50 layers dirt_with_grass dirt 3 stone 10 ``` + +## En-mass Foliage clearing +Clearing large amounts of foliage is easy! + +``` +//many 25 //multi //clearcut //y //shift x 10 +``` + +Adjust the numbers (and direction in the `//shift` command) to match your scenario.