dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update 0.4.6-0
RealBadAngel
2013-04-04
83d4cdb6303a0e8d9d4843b145448fb3ebe0156b
[game/technic.git]
/
stargate
/
init.lua
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")