Added recipes for ancient debris. Closes #2254
This commit is contained in:
parent
75e7e626f9
commit
fef6d8f149
4 changed files with 64 additions and 0 deletions
|
@ -63,6 +63,7 @@ public class FluidUtils {
|
|||
ItemStack inputStack = inventory.getStack(inputSlot);
|
||||
ItemStack outputStack = inventory.getStack(outputSlot);
|
||||
|
||||
if (inputStack.isEmpty()) return false;
|
||||
if (FluidUtils.isContainerEmpty(inputStack)) return false;
|
||||
if (outputStack.getCount() >= outputStack.getMaxCount()) return false;
|
||||
if (!outputStack.isEmpty() && !FluidUtils.isContainerEmpty(outputStack)) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue