shooter/shooter/init.lua
BrunoMine edb19cf061 Separate weapons and API
Use less generic mod names to avoid conflicts
2019-03-23 20:55:27 +00:00

8 lines
102 B
Lua

local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/api.lua")