mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
fixed typo
This commit is contained in:
parent
3196a590f5
commit
a8655373a2
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ end
|
|||
--- Unified Axis Keywords banks
|
||||
local keywords = {
|
||||
-- Direction keywords
|
||||
keywords.dir = {
|
||||
dir = {
|
||||
["?"] = "front", f = "front",
|
||||
facing = "front", front = "front",
|
||||
b = "back", back = "back",
|
||||
|
@ -45,7 +45,7 @@ local keywords = {
|
|||
},
|
||||
|
||||
-- Mirroring keywords
|
||||
keywords.mirroring = {
|
||||
mirroring = {
|
||||
sym = true, symmetrical = true,
|
||||
mirror = true, mir = true,
|
||||
rev = true, reverse = true,
|
||||
|
|
Loading…
Reference in a new issue