mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23: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")
|
||||
|
||||
worldeditadditions.parse = {
|
||||
keyword = uak_parse.keyword,
|
||||
keytable = uak_parse.keytable,
|
||||
direction_keyword = uak_parse.keyword,
|
||||
directions = uak_parse.keytable,
|
||||
-- Old parse functions (marked for deprecation).
|
||||
-- Use parse.keytable or parse.keyword instead
|
||||
axes = axes.parse_axes,
|
||||
|
|
Loading…
Reference in a new issue