mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-04 17:20:37 +02:00
initial stargate code
This commit is contained in:
9
stargate/init.lua
Normal file
9
stargate/init.lua
Normal file
@ -0,0 +1,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")
|
Reference in New Issue
Block a user