dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
added connect_sides to appropriate tube tables
hdastwb
2013-07-21
2e4d983be7592af81b49f95895acf064b8ec38a2
[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")