mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
parse_axes: support "true" as alias to activate mirrorring submode
This commit is contained in:
parent
94f675ddce
commit
9729e82e35
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ local function parse_axes(token_list, facing_dir)
|
|||
local mirroring_keywords = {
|
||||
"sym", "symmetrical",
|
||||
"mirror", "mir",
|
||||
"rev", "reverse"
|
||||
"rev", "reverse",
|
||||
"true"
|
||||
}
|
||||
|
||||
if type(token_list) ~= "table" then
|
||||
|
|
Loading…
Reference in a new issue