Typo cacheing
This commit is contained in:
parent
c03f397607
commit
1b51056701
1 changed files with 1 additions and 1 deletions
|
@ -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>();
|
||||
|
||||
public ItemStack getOutput(ItemStack item)
|
||||
|
|
Loading…
Reference in a new issue