forked from mtcontrib/factions
Make: mod into modpack
This commit is contained in:
8
fac_events/init.lua
Normal file
8
fac_events/init.lua
Normal 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")
|
Reference in New Issue
Block a user