mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-05 06:53:52 +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 = {
|
local mirroring_keywords = {
|
||||||
"sym", "symmetrical",
|
"sym", "symmetrical",
|
||||||
"mirror", "mir",
|
"mirror", "mir",
|
||||||
"rev", "reverse"
|
"rev", "reverse",
|
||||||
|
"true"
|
||||||
}
|
}
|
||||||
|
|
||||||
if type(token_list) ~= "table" then
|
if type(token_list) ~= "table" then
|
||||||
|
Loading…
Reference in New Issue
Block a user