Networks now run at 1x speed.

Illuminated Panels now use proper channel and power settings.
This commit is contained in:
AlgorithmX2
2014-04-17 19:44:51 -05:00
parent f5fc2ba18e
commit 572352c18e
3 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -13,8 +13,7 @@ public class PartDarkMonitor extends PartMonitor
{
public PartDarkMonitor(ItemStack is) {
super( PartDarkMonitor.class, is,false );
super( PartDarkMonitor.class, is, false );
notLightSource = false;
}