Update IC2 key to use existing key
This commit is contained in:
@@ -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 %>"
|
||||||
|
|||||||
Reference in New Issue
Block a user