blob: 3f09cc26ca68d1bb65cdd68b7a4abbaf2695d38d (
plain)
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")
|