wip
This commit is contained in:
@@ -29,46 +29,6 @@ adsense.skyscraper.margin = 24 # px
|
||||
adsense.skyscraper.slotIds = ['7613920409', '9574673605', '3388539204']
|
||||
adsense.skyscraper.width = 160 # px
|
||||
|
||||
exports.defaultMods = defaultMods = {}
|
||||
defaultMods.minecraft = { defaultVersion: '1.7.10' } # Minecraft must be first
|
||||
|
||||
defaultMods.advanced_solar_panels = { defaultVersion: '3.5.1' }
|
||||
defaultMods.agricraft = { defaultVersion: '1.4.6' }
|
||||
defaultMods.applied_energistics_2 = { defaultVersion: 'rv1-stable-1' }
|
||||
defaultMods.big_reactors = { defaultVersion: '0.4.2A2' }
|
||||
defaultMods.buildcraft = { defaultVersion: '1.7.18' }
|
||||
defaultMods.computercraft = { defaultVersion: '1.74' }
|
||||
defaultMods.draconic_evolution = { defaultVersion: '1.0.2h' }
|
||||
defaultMods.ender_storage = { defaultVersion: '1.4.5.29' }
|
||||
defaultMods.enderio = { defaultVersion: '2.2.7.325' }
|
||||
defaultMods.extra_cells = { defaultVersion: '2.2.73b129' }
|
||||
defaultMods.extra_utilities = { defaultVersion: '1.2.2' }
|
||||
defaultMods.forestry = { defaultVersion: '3.4.0.7' }
|
||||
defaultMods.forge_multipart = { defaultVersion: '1.2.0.345' }
|
||||
defaultMods.galacticraft = { defaultVersion: '3.0.12.404' }
|
||||
defaultMods.hydraulicraft = { defaultVersion: '2.1.242' }
|
||||
defaultMods.ic2_classic = { defaultVersion: 'none' }
|
||||
defaultMods.industrial_craft_2 = { defaultVersion: '2.2.663' }
|
||||
defaultMods.iron_chests = { defaultVersion: '6.0.62.742' }
|
||||
defaultMods.jabba = { defaultVersion: '1.2.1a' }
|
||||
defaultMods.logistics_pipes = { defaultVersion: '0.9.3.100' }
|
||||
defaultMods.mekanism = { defaultVersion: '7.1.1.127' }
|
||||
defaultMods.minefactory_reloaded = { defaultVersion: '2.8.0RC8-86' }
|
||||
defaultMods.modular_powersuits = { defaultVersion: '0.11.0-300-thermal-expansion' }
|
||||
defaultMods.opencomputers = { defaultVersion: '1.5.22' }
|
||||
defaultMods.quantum_flux = { defaultVersion: '1.3.4' }
|
||||
defaultMods.project_red = { defaultVersion: '4.5.16.77' }
|
||||
defaultMods.redstone_arsenal = { defaultVersion: '9.5.0' }
|
||||
defaultMods.railcraft = { defaultVersion: '9.5.0' }
|
||||
defaultMods.simply_jetpacks = { defaultVersion: '1.4.1' }
|
||||
defaultMods.solar_expansion = { defaultVersion: '1.6a' }
|
||||
defaultMods.solar_flux = { defaultVersion: '0.5b' }
|
||||
defaultMods.storage_drawers = { defaultVersion: '1.7.10-1.6.2' }
|
||||
defaultMods.thermal_dynamics = { defaultVersion: '1.7.10r1.2.0' }
|
||||
defaultMods.thermal_expansion = { defaultVersion: '1.7.10r4.1.4' }
|
||||
defaultMods.thermal_foundation = { defaultVersion: '1.7.10r1.2.5' }
|
||||
defaultMods.tinkers_construct = { defaultVersion: '1.7.10-1.8.8' }
|
||||
|
||||
exports.duration = duration = {}
|
||||
duration.snap = 100
|
||||
duration.fast = 200
|
||||
@@ -119,6 +79,9 @@ login.clientIds =
|
||||
'staging': '3d75ed772ce5004180d6'
|
||||
'production': 'ce71be7f66926ff6ff38'
|
||||
|
||||
exports.modpack = modpack = {}
|
||||
modpack.default = "crafting-guide-default"
|
||||
|
||||
exports.modelState = modelState = {}
|
||||
modelState.unloaded = 'unloaded'
|
||||
modelState.loading = 'loading'
|
||||
@@ -186,7 +149,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.modPackData = _.template "/data/<%= modPackId %>/modpack.json"
|
||||
url.modVersionData = _.template "/data/<%= modSlug %>/versions/<%= modVersion %>/mod-version.cg"
|
||||
url.root = _.template "/"
|
||||
url.tutorial = _.template "/browse/<%= modSlug %>/tutorials/<%= tutorialSlug %>/"
|
||||
|
||||
Reference in New Issue
Block a user