Fixed Bug: #0607 - Interface crafting card crash
This commit is contained in:
parent
c06e7d09d9
commit
4748db9e74
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ public class DualityInterface implements IGridTickable, ISegmentedInventory, ISt
|
|||
{
|
||||
if ( getInstalledUpgrades( Upgrades.CRAFTING ) > 0 && itemStack != null )
|
||||
{
|
||||
return craftingTracker.handleCrafting( x, itemStack.getStackSize(), itemStack, d, getTile().getWorldObj(), gridProxy.getGrid(),
|
||||
return craftingTracker.handleCrafting( x, itemStack.getStackSize(), itemStack, d, iHost.getTileEntity().getWorldObj(), gridProxy.getGrid(),
|
||||
gridProxy.getCrafting(), mySrc );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue