2016-07-29 23:02:22 -04:00
|
|
|
--!path of mod
|
2016-08-07 19:31:11 +02:00
|
|
|
factions_modpath = minetest.get_modpath("factions")
|
2016-07-29 23:02:22 -04:00
|
|
|
|
2018-10-12 12:41:55 -05:00
|
|
|
dofile (factions_modpath .. "/config.lua")
|
2018-10-27 23:49:28 -05:00
|
|
|
dofile (factions_modpath .. "/misc_mod_data.lua")
|
2018-10-15 10:24:58 -05:00
|
|
|
dofile (factions_modpath .. "/hud.lua")
|
|
|
|
dofile (factions_modpath .. "/ip.lua")
|
2016-08-07 19:32:27 +02:00
|
|
|
dofile (factions_modpath .. "/factions.lua")
|
2016-08-07 19:31:11 +02:00
|
|
|
dofile (factions_modpath .. "/chatcommands.lua")
|
2016-08-21 01:08:45 +02:00
|
|
|
dofile (factions_modpath .. "/nodes.lua")
|
2016-07-29 23:02:22 -04:00
|
|
|
|
2016-08-07 19:31:11 +02:00
|
|
|
factions.load()
|
2018-10-28 22:48:29 -05:00
|
|
|
misc_mod_data.check_file()
|
|
|
|
|
|
|
|
minetest.after(1,hudUpdateClaimInfo)
|
|
|
|
minetest.after(1,factionUpdate)
|