temp removed chest input

due to a bug with it i removed the ablity for the imprinter to use inv
around it
This commit is contained in:
Robert Seifert 2013-05-08 10:45:24 -04:00
parent 1dcebc7ab5
commit 41f59b1299

View file

@ -390,6 +390,7 @@ public class TileEntityImprinter extends TileEntityAdvanced implements net.minec
{
if (searchStack != null)
{
/**
inventories:
for (IInventory inventory : getAvaliableInventories())
{
@ -407,7 +408,7 @@ public class TileEntityImprinter extends TileEntityAdvanced implements net.minec
}
}
}
}
}*/
for (int i = 0; i < this.containingItems.length; i++)
{