1
0
mirror of https://github.com/minetest-mods/technic.git synced 2025-03-20 03:10:32 +01:00

10 lines
203 B
Lua
Raw Normal View History

2013-03-10 18:36:40 +01:00
-- 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")