1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-01 23:50:36 +02:00

Add outset, inset, shift and initial draft of expand

This commit is contained in:
Daniel Sosa
2015-01-02 21:45:25 -06:00
parent b23e92921c
commit 9e087ff995
3 changed files with 288 additions and 0 deletions

View File

@ -1182,3 +1182,5 @@ minetest.register_chatcommand("/clearobjects", {
worldedit.player_notify(name, count .. " objects cleared")
end),
})
dofile(minetest.get_modpath("worldedit_commands") .. "/area.lua")