mirror of
https://codeberg.org/SumianVoice/sum_airship.git
synced 2025-03-15 20:31:23 +00:00
9 lines
164 B
Lua
9 lines
164 B
Lua
|
local mod_name = minetest.get_current_modname()
|
||
|
local mod_path = minetest.get_modpath(mod_name)
|
||
|
|
||
|
|
||
|
sum_airship = {}
|
||
|
|
||
|
|
||
|
dofile(mod_path .. DIR_DELIM .. "balloon.lua")
|