Re-enabling AE2 integration for newer version, because issue seems to be fixed as of version rv2-beta-22.

This commit is contained in:
Florian Nücke 2015-03-30 17:57:27 +02:00
parent 6afc31b624
commit 20715298e0

View File

@ -19,7 +19,7 @@ object Mods {
def All = knownMods.clone()
val AppliedEnergistics2 = new SimpleMod(IDs.AppliedEnergistics2, version = "@[rv1,rv2-beta-19)", providesPower = true)
val AppliedEnergistics2 = new SimpleMod(IDs.AppliedEnergistics2, version = "@[rv1,)", providesPower = true)
val BattleGear2 = new SimpleMod(IDs.BattleGear2)
val BloodMagic = new SimpleMod(IDs.BloodMagic)
val BuildCraft = new SimpleMod(IDs.BuildCraft)