mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 00:53: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
|
--- Unified Axis Keywords banks
|
||||||
local keywords = {
|
local keywords = {
|
||||||
-- Direction keywords
|
-- Direction keywords
|
||||||
keywords.dir = {
|
dir = {
|
||||||
["?"] = "front", f = "front",
|
["?"] = "front", f = "front",
|
||||||
facing = "front", front = "front",
|
facing = "front", front = "front",
|
||||||
b = "back", back = "back",
|
b = "back", back = "back",
|
||||||
|
@ -45,7 +45,7 @@ local keywords = {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Mirroring keywords
|
-- Mirroring keywords
|
||||||
keywords.mirroring = {
|
mirroring = {
|
||||||
sym = true, symmetrical = true,
|
sym = true, symmetrical = true,
|
||||||
mirror = true, mir = true,
|
mirror = true, mir = true,
|
||||||
rev = true, reverse = true,
|
rev = true, reverse = true,
|
||||||
|
|
Loading…
Reference in a new issue