fixed ignoreLiquidFullness
This commit is contained in:
@@ -241,6 +241,10 @@ public class GenericCrafter extends Block{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public float getProgressIncrease(float baseTime){
|
public float getProgressIncrease(float baseTime){
|
||||||
|
if(ignoreLiquidFullness){
|
||||||
|
return super.getProgressIncrease(baseTime);
|
||||||
|
}
|
||||||
|
|
||||||
//limit progress increase by maximum amount of liquid it can produce
|
//limit progress increase by maximum amount of liquid it can produce
|
||||||
float scaling = 1f, max = 1f;
|
float scaling = 1f, max = 1f;
|
||||||
if(outputLiquids != null){
|
if(outputLiquids != null){
|
||||||
|
|||||||
Reference in New Issue
Block a user