mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-05 15:13:48 +01:00
15 lines
259 B
Lua
15 lines
259 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"minetest", "awards",
|
|
}
|
|
|
|
read_globals = {
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
"vector", "default", "ItemStack",
|
|
"dump", "sfinv", "intllib",
|
|
"unified_inventory",
|
|
}
|