mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
selector aliases to init
This commit is contained in:
parent
1e7ab670f7
commit
1a78e61c31
2 changed files with 3 additions and 3 deletions
|
@ -19,3 +19,6 @@ dofile(we_cm.."spop.lua")
|
|||
dofile(we_cm.."spush.lua")
|
||||
dofile(we_cm.."srect.lua")
|
||||
dofile(we_cm.."sstack.lua")
|
||||
|
||||
-- Aliases
|
||||
worldedit.alias_command("sfac", "sfactor")
|
||||
|
|
|
@ -81,9 +81,6 @@ worldedit.alias_command("naturalize", "layers")
|
|||
|
||||
worldedit.alias_command("flora", "bonemeal")
|
||||
|
||||
-- Selection Tools
|
||||
worldedit.alias_command("sfac", "sfactor")
|
||||
|
||||
-- Measure Tools
|
||||
worldedit.alias_command("mcount", "count")
|
||||
worldedit.alias_command("mfacing", "mface")
|
||||
|
|
Loading…
Reference in a new issue