mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-05-04 05:46:52 -06:00
13 lines
95 B
Lua
13 lines
95 B
Lua
|
|
globals = {
|
|
"spacesuit",
|
|
}
|
|
|
|
read_globals = {
|
|
-- Minetest
|
|
"minetest",
|
|
|
|
-- Deps
|
|
"armor",
|
|
}
|