mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-16 13:03:00 +00:00
added "m" as mirroring keyword
This commit is contained in:
parent
a58d86442d
commit
659ae52c13
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ local keywords = {
|
||||||
["sym"] = true, ["symmetrical"] = true,
|
["sym"] = true, ["symmetrical"] = true,
|
||||||
["mirror"] = true, ["mir"] = true,
|
["mirror"] = true, ["mir"] = true,
|
||||||
["rev"] = true, ["reverse"] = true,
|
["rev"] = true, ["reverse"] = true,
|
||||||
["true"] = true
|
["m"] = true, ["true"] = true
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue