Remove unnecessary Lua version compatibility
Only Lua 5.1 and LuaJIT need support. The builtin Lua code uses plain old "unpack" anyway.
This commit is contained in:
parent
3368c608b2
commit
d072bcc8c3
@ -1,8 +1,7 @@
|
||||
std = "min"
|
||||
read_globals = {
|
||||
"default", "digiline", "ItemStack", "mcl_sounds", "mesecon", "minetest",
|
||||
"pipeworks", "table.copy", "table.unpack", "unpack", "VoxelArea",
|
||||
"vector",
|
||||
"pipeworks", "table.copy", "unpack", "VoxelArea", "vector",
|
||||
}
|
||||
globals = {"minetest.is_protected"}
|
||||
ignore = {"21/_.*"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user