diff --git a/src/main/scala/li/cil/oc/integration/Mods.scala b/src/main/scala/li/cil/oc/integration/Mods.scala index 08553437b..329a2e09f 100644 --- a/src/main/scala/li/cil/oc/integration/Mods.scala +++ b/src/main/scala/li/cil/oc/integration/Mods.scala @@ -139,9 +139,9 @@ object Mods { // integration.wrcbe.ModWRCBE, // integration.wrsve.ModWRSVE, - // // Register the general IPeripheral driver last, if at all, to avoid it - // // being used rather than other more concrete implementations. - // integration.computercraft.ModComputerCraft, + // Register the general IPeripheral driver last, if at all, to avoid it + // being used rather than other more concrete implementations. + integration.computercraft.ModComputerCraft, // We go late to ensure all other mod integration is done, e.g. to // allow properly checking if wireless redstone is present.