Clarify stack conveyor recharge property

(also, should be minimum & multiple of 1)
This commit is contained in:
Patrick 'Quezler' Mounier 2020-10-01 11:54:58 +02:00 committed by GitHub
parent b15cdfef46
commit ce463d225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;