mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Clarify stack conveyor recharge property
(also, should be minimum & multiple of 1)
This commit is contained in:
parent
b15cdfef46
commit
ce463d225f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue