Fixed not being able to start fluid crafting tasks
This commit is contained in:
@@ -134,7 +134,7 @@ public class FluidGridHandler implements IFluidGridHandler {
|
|||||||
Collections.singletonList(new ErrorCraftingPreviewElement(error.getType(), error.getRecursedPattern() == null ? ItemStack.EMPTY : error.getRecursedPattern().getStack())),
|
Collections.singletonList(new ErrorCraftingPreviewElement(error.getType(), error.getRecursedPattern() == null ? ItemStack.EMPTY : error.getRecursedPattern().getStack())),
|
||||||
id,
|
id,
|
||||||
quantity,
|
quantity,
|
||||||
false
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
} else if (noPreview && !task.hasMissing()) {
|
} else if (noPreview && !task.hasMissing()) {
|
||||||
@@ -148,7 +148,7 @@ public class FluidGridHandler implements IFluidGridHandler {
|
|||||||
task.getPreviewStacks(),
|
task.getPreviewStacks(),
|
||||||
id,
|
id,
|
||||||
quantity,
|
quantity,
|
||||||
false
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user