Update to add top-level mod data

This commit is contained in:
Andrew Miner
2017-06-26 10:27:48 -07:00
parent 171974c760
commit fc6669f026
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -32,6 +32,8 @@ try
parser.parse text
mod = new Mod slug:modSlug
text = fs.readFileSync path.join("data", modSlug, "mod.cg"), "UTF-8"
mod.parse text
mod.addModVersion modVersion
modPack.addMod mod