Merge pull request #2786 from Quezler/patch-46
Clarify stack conveyor recharge property
This commit is contained in:
@@ -27,6 +27,7 @@ public class StackConveyor extends Block implements Autotiler{
|
|||||||
|
|
||||||
public float speed = 0f;
|
public float speed = 0f;
|
||||||
public boolean splitOut = true;
|
public boolean splitOut = true;
|
||||||
|
/** (minimum) amount of loading docks needed to fill a line */
|
||||||
public float recharge = 2f;
|
public float recharge = 2f;
|
||||||
public Effect loadEffect = Fx.plasticburn;
|
public Effect loadEffect = Fx.plasticburn;
|
||||||
public Effect unloadEffect = Fx.plasticburn;
|
public Effect unloadEffect = Fx.plasticburn;
|
||||||
|
|||||||
Reference in New Issue
Block a user