Clean up a bit of unnecessary logic
This commit is contained in:
parent
735b281341
commit
c2c031ef2a
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ public class Mekanism
|
|||
System.out.println("[Mekanism] Hooked into Thermal Expansion successfully.");
|
||||
} catch(Exception e) {}
|
||||
|
||||
if(controlCircuitOreDict || (!controlCircuitOreDict && !hooks.BasicComponentsLoaded))
|
||||
if(controlCircuitOreDict || !hooks.BasicComponentsLoaded)
|
||||
{
|
||||
OreDictionary.registerOre("circuitBasic", new ItemStack(ControlCircuit));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue