dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge pull request #62 from hdastwb/connect_sides
RealBadAngel
2013-07-23
e38f6f0983feb5725feab8f966d2385b7c7ae23d
[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")