Update IC2 key to use existing key

This commit is contained in:
Andrew Miner
2015-03-10 08:37:35 -07:00
parent 544bbf7784
commit a2a474fb51
+2 -2
View File
@@ -12,7 +12,7 @@ exports.DefaultMods = [
'buildcraft', 'buildcraft',
'enderio', 'enderio',
'ic2_classic', 'ic2_classic',
'ic2_exp', 'industrial_craft_2',
'railcraft', 'railcraft',
'thermal_expansion', 'thermal_expansion',
] ]
@@ -54,7 +54,7 @@ ModelState.loaded = 'loaded'
ModelState.failed = 'failed' ModelState.failed = 'failed'
exports.Text = Text = {} exports.Text = Text = {}
Text.title = 'Crafting Guide for Minecraft | The Ultimate Step-by-Step Tutorial for Making Anything in Minecraft' Text.title = 'The Ultimate Minecraft Crafting Guide'
exports.Url = Url = {} exports.Url = Url = {}
Url.crafting = _.template "/craft/<%= inventoryText %>" Url.crafting = _.template "/craft/<%= inventoryText %>"