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:
parent
1dcebc7ab5
commit
41f59b1299
1 changed files with 2 additions and 1 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue