Typo matrx
This commit is contained in:
parent
371e6d0787
commit
7e83f523d7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class SlotCraftingTerm extends AppEngCraftingSlot
|
||||||
|
|
||||||
public ItemStack craftItem(EntityPlayer p, ItemStack request, IMEMonitor<IAEItemStack> inv, IItemList all)
|
public ItemStack craftItem(EntityPlayer p, ItemStack request, IMEMonitor<IAEItemStack> inv, IItemList all)
|
||||||
{
|
{
|
||||||
// update crafting matrx...
|
// update crafting matrix...
|
||||||
ItemStack is = getStack();
|
ItemStack is = getStack();
|
||||||
|
|
||||||
if ( is != null && Platform.isSameItem( request, is ) )
|
if ( is != null && Platform.isSameItem( request, is ) )
|
||||||
|
|
Loading…
Reference in a new issue