Fixed a crash!
This commit is contained in:
parent
fc878661d5
commit
7198704363
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ public class ItemBlockMachine extends ItemBlock implements IEnergizedItem, ISpec
|
|||
|
||||
if(doFill)
|
||||
{
|
||||
setFluidStack(new FluidStack(resource.getFluid(), toFill));
|
||||
setFluidStack(new FluidStack(resource.getFluid(), toFill), container);
|
||||
}
|
||||
|
||||
return toFill;
|
||||
|
|
Loading…
Reference in a new issue