Forgot marking IC2 as energy providing mod when making switch to requiring IC2 proper instead of its API a while back.

This commit is contained in:
Florian Nücke 2015-01-12 17:27:08 +01:00
parent 2643994271
commit d3884d90c3

View File

@ -39,7 +39,7 @@ object Mods {
val ForgeMultipart = new SimpleMod(IDs.ForgeMultipart)
val Galacticraft = new SimpleMod(IDs.Galacticraft, providesPower = true)
val GregTech = new SimpleMod(IDs.GregTech)
val IndustrialCraft2 = new SimpleMod(IDs.IndustrialCraft2)
val IndustrialCraft2 = new SimpleMod(IDs.IndustrialCraft2, providesPower = true)
val IndustrialCraft2Classic = new SimpleMod(IDs.IndustrialCraft2Classic, providesPower = true)
val Mekanism = new SimpleMod(IDs.Mekanism, providesPower = true)
val Minecraft = new SimpleMod(IDs.Minecraft)