mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
unexposed number parser
This commit is contained in:
parent
a8655373a2
commit
6ed65074b8
2 changed files with 0 additions and 2 deletions
|
@ -206,5 +206,4 @@ end
|
||||||
return {
|
return {
|
||||||
keyword = parse.keyword,
|
keyword = parse.keyword,
|
||||||
keytable = parse.keytable,
|
keytable = parse.keytable,
|
||||||
number = parse.num,
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,6 @@ local axes = dofile(worldeditadditions.modpath.."/utils/parse/axes.lua")
|
||||||
worldeditadditions.parse = {
|
worldeditadditions.parse = {
|
||||||
keyword = uak_parse.keyword,
|
keyword = uak_parse.keyword,
|
||||||
keytable = uak_parse.keytable,
|
keytable = uak_parse.keytable,
|
||||||
number = uak_parse.num,
|
|
||||||
-- 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