mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 23:53:44 +01:00
parse_axes: support "true" as alias to activate mirrorring submode
This commit is contained in:
parent
94f675ddce
commit
9729e82e35
@ -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 New Issue
Block a user