Actually enabled CC compat .-. Fixes #1714.

This commit is contained in:
Florian Nücke 2016-03-28 12:43:33 +02:00
parent 9a8b037f88
commit 4d8d6f5073

View File

@ -139,9 +139,9 @@ object Mods {
// integration.wrcbe.ModWRCBE, // integration.wrcbe.ModWRCBE,
// integration.wrsve.ModWRSVE, // integration.wrsve.ModWRSVE,
// // 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.
// integration.computercraft.ModComputerCraft, integration.computercraft.ModComputerCraft,
// We go late to ensure all other mod integration is done, e.g. to // We go late to ensure all other mod integration is done, e.g. to
// allow properly checking if wireless redstone is present. // allow properly checking if wireless redstone is present.