mirror of
https://github.com/Beanzilla/OreTracker.git
synced 2024-11-25 16:53:48 +01:00
22f54039ca
Oooh, something to help my projects that will help my code.
20 lines
314 B
Lua
20 lines
314 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"minetest",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
-- Builtin
|
|
"vector", "ItemStack",
|
|
"dump", "DIR_DELIM", "VoxelArea", "Settings",
|
|
|
|
-- MTG
|
|
"default", "sfinv", "creative",
|
|
}
|
|
|