mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
Should work fine with AE2 rv2 *and* rv1 now.
This commit is contained in:
parent
e9ebe5d5c0
commit
9805c0ba85
@ -6,7 +6,7 @@ ccl.version=1.1.1.104
|
|||||||
fmp.version=1.1.0.308
|
fmp.version=1.1.0.308
|
||||||
nei.version=1.0.3.57
|
nei.version=1.0.3.57
|
||||||
wrcbe.version=1.4.1.2
|
wrcbe.version=1.4.1.2
|
||||||
ae2.version=+
|
ae2.version=rv1+
|
||||||
bc.version=6.0.18
|
bc.version=6.0.18
|
||||||
ic2.version=2.2.+
|
ic2.version=2.2.+
|
||||||
maven.url=file:///var/www/users/fnuecke/maven.cil.li
|
maven.url=file:///var/www/users/fnuecke/maven.cil.li
|
@ -108,7 +108,10 @@ class AppliedEnergistics2GridBlock(val tileEntity: AppliedEnergistics2) extends
|
|||||||
|
|
||||||
override def getFlags = util.EnumSet.noneOf(classOf[GridFlags])
|
override def getFlags = util.EnumSet.noneOf(classOf[GridFlags])
|
||||||
|
|
||||||
override def isWorldAccessible = true
|
override def isWorldAccessable = true
|
||||||
|
|
||||||
|
// rv2
|
||||||
|
def isWorldAccessible = true
|
||||||
|
|
||||||
override def getLocation = new DimensionalCoord(tileEntity)
|
override def getLocation = new DimensionalCoord(tileEntity)
|
||||||
|
|
||||||
|
@ -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 + "@[rv2-alpha-1,)")
|
val AppliedEnergistics2 = new SimpleMod(IDs.AppliedEnergistics2 + "@[rv1,)")
|
||||||
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