cannons/init.lua
adrido e8e468840b added Semmett9's improofments
better cannonstand with a realy nice nodebox
3 diffrent cannonballs wood stone iron
better cannon hit sound
some new textures
2013-11-12 22:28:21 +01:00

19 lines
472 B
Lua

canons = {}
local MODPATH = minetest.get_modpath(minetest.get_current_modname())
enable_fire = canons.enable_fire
enable_explosion = canons.enable_explosion
dofile(MODPATH .."/settings.txt")
dofile(MODPATH .."/print_r.lua")
dofile(MODPATH .."/functions.lua")
dofile(MODPATH .."/items.lua")
dofile(MODPATH .."/canonballs.lua")
minetest.log("action", "[MOD]"..minetest.get_current_modname().." -- loaded from "..minetest.get_modpath(minetest.get_current_modname()))