mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
Made AE2 presence check version specific to avoid log spam when <rv2 is present.
This commit is contained in:
parent
0ae9fe9fae
commit
34d876fcf9
@ -42,7 +42,7 @@ object Mods {
|
|||||||
|
|
||||||
lazy val isPowerProvidingModPresent = knownMods.exists(mod => mod.providesPower && mod.isAvailable)
|
lazy val isPowerProvidingModPresent = knownMods.exists(mod => mod.providesPower && mod.isAvailable)
|
||||||
|
|
||||||
val AppliedEnergistics2 = new SimpleMod(IDs.AppliedEnergistics2)
|
val AppliedEnergistics2 = new SimpleMod(IDs.AppliedEnergistics2 + "@[rv2-alpha-1,)")
|
||||||
val BattleGear2 = new SimpleMod(IDs.BattleGear2)
|
val BattleGear2 = new SimpleMod(IDs.BattleGear2)
|
||||||
val BuildCraftPower = new SimpleMod(IDs.BuildCraftPower, providesPower = true)
|
val BuildCraftPower = new SimpleMod(IDs.BuildCraftPower, providesPower = true)
|
||||||
val ComputerCraft = new SimpleMod(IDs.ComputerCraft)
|
val ComputerCraft = new SimpleMod(IDs.ComputerCraft)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user