Typo matrx

This commit is contained in:
thatsIch 2014-09-21 03:03:47 +02:00
parent 371e6d0787
commit 7e83f523d7

View file

@ -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 ) )