mirror of
https://github.com/mt-mods/spacesuit.git
synced 2026-07-06 18:46:53 -06:00
core -> minetest and fix some formating/style (#16)
Co-authored-by: Sheriff_U3 <sheriff_u3@noreply.codeberg.org>
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
|
||||
spacesuit = {
|
||||
armor_use = tonumber(minetest.settings:get("spacesuit.armor_use")) or 70,
|
||||
armor_use = tonumber(core.settings:get("spacesuit.armor_use")) or 70,
|
||||
}
|
||||
|
||||
|
||||
local MP = minetest.get_modpath("spacesuit")
|
||||
local MP = core.get_modpath("spacesuit")
|
||||
|
||||
dofile(MP.."/suit.lua")
|
||||
dofile(MP.."/crafts.lua")
|
||||
dofile(MP.."/hud.lua")
|
||||
dofile(MP.."/drowning.lua")
|
||||
|
||||
print("[OK] Spacesuit")
|
||||
|
||||
Reference in New Issue
Block a user