mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 10:21:45 -04:00
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:
parent
2643994271
commit
d3884d90c3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user