Store config data

Will help with the converter in the future.
This commit is contained in:
Coder12a 2018-10-28 22:39:29 -05:00
parent bc54df4925
commit 79d38d4210
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
misc_mod_data = {}
misc_mod_data.data = {factions_version = "0.8.1"}
misc_mod_data.data = {factions_version = "0.8.1",config = factions_config}
--read some basic information
local factions_worldid = minetest.get_worldpath()