Upload from hard disk.

This upload contains many bug fixes.
This commit is contained in:
Coder12a
2018-10-12 12:41:55 -05:00
parent aaaa3886a1
commit 0cfba002dc
8 changed files with 455 additions and 115 deletions

View File

@ -5,25 +5,25 @@
--
--! @file init.lua
--! @brief factions mod to be used by other mods
--! @copyright Sapier
--! @author Sapier
--! @copyright Sapier, Coder12a
--! @author Sapier, Coder12a
--! @date 2013-05-08
--!
-- Contact sapier a t gmx net
-------------------------------------------------------------------------------
factions_version = "0.8.0"
factions_version = "0.8.1"
core.log("action", "MOD: factions (by sapier) loading ...")
--!path of mod
factions_modpath = minetest.get_modpath("factions")
dofile (factions_modpath .. "/config.lua")
dofile (factions_modpath .. "/factions.lua")
dofile (factions_modpath .. "/chatcommands.lua")
dofile (factions_modpath .. "/nodes.lua")
factions.load()
core.log("action","MOD: factions (by sapier) " .. factions_version .. " loaded.")
core.log("action","MOD: factions (by sapier) " .. factions_version .. " loaded.")