hortiloaders 1.0.3.0 bug fix (#6233)
* hortiloaders 1.0.3.0 bug fix it didnt unload from StackConveyors/Storage when they had the same loadfactor as the factory * unloader fix, using fields
This commit is contained in:
@@ -265,6 +265,8 @@ public class Block extends UnlockableContent{
|
||||
public boolean quickRotate = true;
|
||||
/** Main subclass. Non-anonymous. */
|
||||
public @Nullable Class<?> subclass;
|
||||
/** Determines if this block gets a higher unloader priority. */
|
||||
public boolean highUnloadPriority = false;
|
||||
|
||||
public float selectScroll; //scroll position for certain blocks
|
||||
public Prov<Building> buildType = null; //initialized later
|
||||
|
||||
Reference in New Issue
Block a user