Make: mod into modpack

This commit is contained in:
Coder12a
2019-12-16 18:23:32 -06:00
parent 54389cda26
commit b0301130dc
32 changed files with 48 additions and 44 deletions

8
fac_events/init.lua Normal file
View File

@ -0,0 +1,8 @@
local path = minetest.get_modpath("fac_events")
dofile (path .. "/claim_events.lua")
dofile (path .. "/diplomacy_events.lua")
dofile (path .. "/eventcallbacks.lua")
dofile (path .. "/invite_events.lua")
dofile (path .. "/player_events.lua")
dofile (path .. "/power_events.lua")
dofile (path .. "/rank_events.lua")