Load all data files from a single archive

This commit is contained in:
Andrew Miner
2016-04-27 22:47:44 -07:00
parent 35bb12de6a
commit 7d83552013
7 changed files with 179 additions and 14 deletions
+1
View File
@@ -138,6 +138,7 @@ url.login = _.template "/login"
url.mod = _.template "/browse/<%= modSlug %>/"
url.modData = _.template "/data/<%= modSlug %>/mod.cg"
url.modIcon = _.template "/data/<%= modSlug %>/icon.png"
url.modpackArchive = _.template "/data/modpack.cg"
url.modVersionData = _.template "/data/<%= modSlug %>/versions/<%= modVersion %>/mod-version.cg"
url.root = _.template "/"
url.tutorial = _.template "/browse/<%= modSlug %>/tutorials/<%= tutorialSlug %>/"