mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
//move+ add commented otu alias
This commit is contained in:
parent
a321c7d2ab
commit
14ba42fa4a
1 changed files with 1 additions and 0 deletions
|
@ -95,4 +95,5 @@ worldedit.alias_command("mfacing", "mface")
|
|||
-- Thorough testing is required of our replacement commands before these are uncommented
|
||||
-- TODO: Depend on worldeditadditions_core before uncommenting this
|
||||
-- worldeditadditions_core.alias_override("copy", "copy+")
|
||||
-- worldeditadditions_core.alias_override("move", "move+") -- MAY have issues where it doesn't overwrite the old region properly, but haven't been able to reliably reproduce this
|
||||
-- worldeditadditions_core.alias_override("replace", "replacemix")
|
||||
|
|
Loading…
Reference in a new issue