dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
LV batbox background
RealBadAngel
2013-07-15
922d2554a94972f2a217978bf6ee790d06b226ad
[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")