Allows the automation of Vibration Chambers with lava buckets

This commit is contained in:
Cricket
2015-06-21 12:57:59 -04:00
committed by thatsIch
parent 59dbfb1452
commit 8be68e9b22
2 changed files with 3 additions and 2 deletions
@@ -35,7 +35,6 @@ import appeng.util.iterators.InvIterator;
public class AppEngInternalInventory implements IInventory, Iterable<ItemStack>
{
protected final int size;
protected final ItemStack[] inv;
public boolean enableClientEvents = false;