Merge pull request #2786 from Quezler/patch-46

Clarify stack conveyor recharge property
This commit is contained in:
Anuken
2020-10-01 08:42:11 -04:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ public class StackConveyor extends Block implements Autotiler{
public float speed = 0f;
public boolean splitOut = 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;