Do not display overdrive visual for router/conduit
This commit is contained in:
@@ -40,6 +40,7 @@ public class Conduit extends LiquidBlock implements Autotiler{
|
|||||||
floating = true;
|
floating = true;
|
||||||
conveyorPlacement = true;
|
conveyorPlacement = true;
|
||||||
noUpdateDisabled = true;
|
noUpdateDisabled = true;
|
||||||
|
canOverdrive = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ public class LiquidRouter extends LiquidBlock{
|
|||||||
super(name);
|
super(name);
|
||||||
|
|
||||||
noUpdateDisabled = true;
|
noUpdateDisabled = true;
|
||||||
|
canOverdrive = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class LiquidRouterBuild extends LiquidBuild{
|
public class LiquidRouterBuild extends LiquidBuild{
|
||||||
|
|||||||
Reference in New Issue
Block a user