Fixed #323 no RF output since 1.4.1
This commit is contained in:
parent
d72d4affc4
commit
ea714ec668
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ public class WarpDriveConfig {
|
|||
CelestialObjectManager.load(configDirectory);
|
||||
|
||||
// read mod dependencies
|
||||
isCoFHCoreLoaded = Loader.isModLoaded("cofhcore");
|
||||
isCoFHCoreLoaded = Loader.isModLoaded("CoFHCore");
|
||||
isComputerCraftLoaded = Loader.isModLoaded("ComputerCraft");
|
||||
isEnderIOLoaded = Loader.isModLoaded("EnderIO");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue