mirror of
https://github.com/minetest-mods/technic.git
synced 2024-10-31 23:50:27 +01:00
10 lines
203 B
Lua
10 lines
203 B
Lua
-- Minetest 0.4.5 : stargate
|
|
|
|
--data tables definitions
|
|
stargate={}
|
|
stargate_network = {}
|
|
|
|
modpath=minetest.get_modpath("stargate")
|
|
dofile(modpath.."/stargate_gui.lua")
|
|
dofile(modpath.."/gate_defs.lua")
|