mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 18:30:27 -04:00
... faster, stronger... no wait. Just sorting.
This commit is contained in:
parent
68ce35f136
commit
77c9a44b03
@ -73,6 +73,7 @@ object Mods {
|
|||||||
|
|
||||||
val Proxies = Array(
|
val Proxies = Array(
|
||||||
integration.appeng.ModAppEng,
|
integration.appeng.ModAppEng,
|
||||||
|
integration.bloodmagic.ModBloodMagic,
|
||||||
integration.buildcraft.tools.ModBuildCraftAPITools,
|
integration.buildcraft.tools.ModBuildCraftAPITools,
|
||||||
integration.buildcraft.tiles.ModBuildCraftAPITiles,
|
integration.buildcraft.tiles.ModBuildCraftAPITiles,
|
||||||
integration.buildcraft.transport.ModBuildCraftAPITransport,
|
integration.buildcraft.transport.ModBuildCraftAPITransport,
|
||||||
@ -99,7 +100,6 @@ object Mods {
|
|||||||
integration.waila.ModWaila,
|
integration.waila.ModWaila,
|
||||||
integration.wrcbe.ModWRCBE,
|
integration.wrcbe.ModWRCBE,
|
||||||
integration.wrsve.ModWRSVE,
|
integration.wrsve.ModWRSVE,
|
||||||
integration.bloodmagic.ModBloodMagic,
|
|
||||||
|
|
||||||
// Register the general IPeripheral driver last, if at all, to avoid it
|
// Register the general IPeripheral driver last, if at all, to avoid it
|
||||||
// being used rather than other more concrete implementations.
|
// being used rather than other more concrete implementations.
|
||||||
@ -133,6 +133,7 @@ object Mods {
|
|||||||
object IDs {
|
object IDs {
|
||||||
final val AppliedEnergistics2 = "appliedenergistics2"
|
final val AppliedEnergistics2 = "appliedenergistics2"
|
||||||
final val BattleGear2 = "battlegear2"
|
final val BattleGear2 = "battlegear2"
|
||||||
|
final val BloodMagic = "AWWayofTime"
|
||||||
final val BuildCraft = "BuildCraft|Core"
|
final val BuildCraft = "BuildCraft|Core"
|
||||||
final val BuildCraftPower = "BuildCraftAPI|power"
|
final val BuildCraftPower = "BuildCraftAPI|power"
|
||||||
final val BuildCraftTiles = "BuildCraftAPI|tiles"
|
final val BuildCraftTiles = "BuildCraftAPI|tiles"
|
||||||
@ -173,7 +174,6 @@ object Mods {
|
|||||||
final val Waila = "Waila"
|
final val Waila = "Waila"
|
||||||
final val WirelessRedstoneCBE = "WR-CBE|Core"
|
final val WirelessRedstoneCBE = "WR-CBE|Core"
|
||||||
final val WirelessRedstoneSV = "WirelessRedstoneCore"
|
final val WirelessRedstoneSV = "WirelessRedstoneCore"
|
||||||
final val BloodMagic = "AWWayofTime"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------- //
|
// ----------------------------------------------------------------------- //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user