mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Clarify stack conveyor recharge property
(also, should be minimum & multiple of 1)
This commit is contained in:
parent
b15cdfef46
commit
ce463d225f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user