mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
variable refactor
This commit is contained in:
parent
6ed65074b8
commit
021fdac284
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ local uak_parse = dofile(worldeditadditions.modpath.."/utils/parse/axes_parser.l
|
||||||
local axes = dofile(worldeditadditions.modpath.."/utils/parse/axes.lua")
|
local axes = dofile(worldeditadditions.modpath.."/utils/parse/axes.lua")
|
||||||
|
|
||||||
worldeditadditions.parse = {
|
worldeditadditions.parse = {
|
||||||
keyword = uak_parse.keyword,
|
direction_keyword = uak_parse.keyword,
|
||||||
keytable = uak_parse.keytable,
|
directions = uak_parse.keytable,
|
||||||
-- Old parse functions (marked for deprecation).
|
-- Old parse functions (marked for deprecation).
|
||||||
-- Use parse.keytable or parse.keyword instead
|
-- Use parse.keytable or parse.keyword instead
|
||||||
axes = axes.parse_axes,
|
axes = axes.parse_axes,
|
||||||
|
|
Loading…
Reference in a new issue