add default processing state (#2719)
This commit is contained in:
@@ -32,7 +32,7 @@ public class ProcessingNode extends Node {
|
||||
private IStackList<ItemStack> itemsReceived = API.instance().createItemStackList();
|
||||
private IStackList<FluidStack> fluidsReceived = API.instance().createFluidStackList();
|
||||
|
||||
private ProcessingState state;
|
||||
private ProcessingState state = ProcessingState.READY;
|
||||
|
||||
private int quantityFinished;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user