Vanessa Ezekowitz 888b0ebfec "explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
2016-04-01 21:10:04 -04:00

9 lines
538 B
Lua

-----------------------------------------------------------------------------------------------
local title = "Along the Shore"
local version = "0.0.4"
local mname = "along_shore"
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
-----------------------------------------------------------------------------------------------