Typo cacheing

This commit is contained in:
thatsIch 2014-09-21 02:44:23 +02:00
parent c03f397607
commit 1b51056701

View file

@ -109,7 +109,7 @@ public class ItemEncodedPattern extends AEBaseItem implements ICraftingPatternIt
} }
} }
// rather simple client side cacheing. // rather simple client side caching.
static WeakHashMap<ItemStack, ItemStack> simpleCache = new WeakHashMap<ItemStack, ItemStack>(); static WeakHashMap<ItemStack, ItemStack> simpleCache = new WeakHashMap<ItemStack, ItemStack>();
public ItemStack getOutput(ItemStack item) public ItemStack getOutput(ItemStack item)