Update Forge and JEI

This commit is contained in:
raoulvdberge
2017-04-27 21:47:20 +02:00
parent 1844c8c898
commit 005e523e24
3 changed files with 5 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ public abstract class StorageItemExternal implements IStorage<ItemStack> {
for (int i = 0; i < newStacks.size(); ++i) {
ItemStack actual = newStacks.get(i);
// If we exceed the cache size, than that means this items is added
// If we exceed the cache size, than that means this item is added
if (i >= cache.size()) {
if (!actual.isEmpty()) {
network.getItemStorageCache().add(actual, actual.getCount(), false);