This commit is contained in:
Anuken
2021-11-06 22:21:46 -04:00
parent da49328412
commit 09a934385e
5 changed files with 12 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ public class StackConveyor extends Block implements Autotiler{
public boolean outputRouter = true;
/** (minimum) amount of loading docks needed to fill a line. */
public float recharge = 2f;
public Effect loadEffect = Fx.plasticburn;
public Effect unloadEffect = Fx.plasticburn;
public Effect loadEffect = Fx.conveyorPoof;
public Effect unloadEffect = Fx.conveyorPoof;
public StackConveyor(String name){
super(name);