yl_template.information

master
AliasAlreadyTaken 2021-07-06 20:04:21 +02:00
parent fecaa30117
commit 96f34602c7
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@ yl_template.modstorage = core.get_mod_storage()
yl_template.modpath = core.get_modpath("yl_template") .. DIR_DELIM
yl_template.worldpath = core.get_worldpath() .. DIR_DELIM
yl_template.information = {}
yl_template.information.version = "0.0.1"
yl_template.information.author = "AliasAlreadyTaken"
yl_template.information.license = "MIT"
yl_template.information.name = "unique_mod_name"
yl_template.information.additional = "Additional information"
dofile(yl_template.modpath .. "config.lua")
dofile(yl_template.modpath .. "internal.lua")
dofile(yl_template.modpath .. "api.lua")