Extra tools and commands to extend WorldEdit for Minetest
If you can dream of it, it probably belongs here!
//replacemix
, //ellipsoid
, //layers
, smoothadv
(aka convolve
and conv
), and //floodfill
- all of which are provided by WorldEditAdditions.
{% endgallerybox %}
{% gallerybox "images/gallery-b.jpeg" "image-b" "image-first" "image-last" %}
The inside of a 3d maze made with //maze3d
. Lighting was placed manually to improve screenshot quality.
{% endgallerybox %}
{% gallerybox "images/gallery-c.jpeg" "image-last" "image-b" "image-first" %}
A cliff made with //layers
and //erode
. A //forest
has been applied on top with multiple sapling / tree types.
{% endgallerybox %}
Download from ContentDB, or from the Content tab in Minetest.
WorldEditAdditions is dependent on WorldEdit. Clone using Git:
cd path/to/worldmods;
git clone https://github.com/Uberi/Minetest-WorldEdit.git worldedit;
git clone https://github.com/sbrl/Minetest-WorldEditAdditions.git worldeditadditions;
If you're familiar with WorldEdit already, then WorldEditAdditions will follow the existing expectations you're used to. For players new to WorldEdit / WorldEditAdditions, we have a tutorial that will get you up to speed in no time!