spacecannon/init.lua
Thomas Rudin 2ceaa9857e item drop
2018-11-15 14:40:14 +01:00

18 lines
282 B
Lua

spacecannon = {
config = {
-- technic EU storage value
powerstorage = 10000,
-- charge value in EU
powerrequirement = 2500
}
}
local MP = minetest.get_modpath("spacecannon")
dofile(MP.."/util.lua")
dofile(MP.."/cannon.lua")
print("[OK] Spacecannon")