kpoppel
2013-06-06 66d6431a914acdedf448692cdd8096884d6dacc2
1
2
3
4
5
6
7
8
9
-- 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")