dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add nuclear reactor
kpoppel
2013-07-11
3055270a7cda08b3ebc9cc38bcd871fb1dd12264
[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")