From 2636ccdd67b5f33421ab7f9152021bc4ebc147b3 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Tue, 7 Feb 2017 20:16:24 +0300 Subject: Fixed an ore dictionary recipes of Iron workbench which using wrong set of items. Fixed wire recipe input. All recipes of Iron workbench now use fluid container input and will drop an empty container. --- ihl/utils/IHLFluidTank.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihl/utils/IHLFluidTank.java') diff --git a/ihl/utils/IHLFluidTank.java b/ihl/utils/IHLFluidTank.java index 21eb5b7..6ffd2bf 100644 --- a/ihl/utils/IHLFluidTank.java +++ b/ihl/utils/IHLFluidTank.java @@ -92,7 +92,7 @@ public class IHLFluidTank implements IFluidTank { if(this.fluidList.isEmpty()) { - return null; + return IHLUtils.getFluidStackWithSize("air", this.capacity); } return this.fluidList.get(this.fluidList.size()-1); } -- cgit v1.2.3