mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-07-06 10:36:53 -06:00
14 lines
102 B
Lua
14 lines
102 B
Lua
|
|
globals = {
|
|
"spacesuit",
|
|
}
|
|
|
|
read_globals = {
|
|
-- Luanti
|
|
"minetest",
|
|
"core",
|
|
|
|
-- Deps
|
|
"armor",
|
|
}
|