Extra tools and commands to extend WorldEdit for Minetest
If you can dream of it, it probably belongs here!
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;
cd worldeditadditions;
git checkout "$(git describe --tags --abbrev=0)";
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!
Are you a mod developer who wants to extend or hack on WorldEditAdditions? Check out our Lua API, and our contributing docs!