mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-05-04 13:56:51 -06:00
23 lines
323 B
Lua
23 lines
323 B
Lua
unused_args = false
|
|
allow_defined_top = true
|
|
|
|
globals = {
|
|
"spacesuit",
|
|
}
|
|
|
|
read_globals = {
|
|
-- Stdlib
|
|
string = {fields = {"split"}},
|
|
table = {fields = {"copy", "getn"}},
|
|
"call",
|
|
|
|
-- Minetest
|
|
"minetest",
|
|
"vector", "ItemStack",
|
|
"dump", "VoxelArea",
|
|
|
|
-- Deps
|
|
"unified_inventory", "default", "monitoring",
|
|
"armor"
|
|
}
|