Better check.
This commit is contained in:
@@ -788,9 +788,9 @@ public class CraftingTask implements ICraftingTask {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean update() {
|
public boolean update() {
|
||||||
if (!missing.isEmpty() || !missingFluids.isEmpty()) {
|
if (hasMissing()) {
|
||||||
LOGGER.warn("Crafting task with missing items or fluids cannot execute, cancelling...");
|
LOGGER.warn("Crafting task with missing items or fluids cannot execute, cancelling...");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user