6e3c930fb7
- allow setting all bullet properties - change back to bullets not colliding first - add sounds - add magazine cooldown
10 lines
254 B
Lua
10 lines
254 B
Lua
local modname = minetest.get_current_modname()
|
|
local modpath = minetest.get_modpath(modname)
|
|
|
|
dofile(modpath.."/bullet.lua")
|
|
dofile(modpath.."/api.lua")
|
|
|
|
if minetest.get_modpath("tt") and minetest.global_exists("tt") then
|
|
dofile(modpath.."/tt.lua")
|
|
end
|