try to hold hold items in place while extracting holding down shift

This commit is contained in:
PrototypeTrousers
2022-04-11 16:10:22 -03:00
parent 90ca2c7e92
commit be9fb6d04c
2 changed files with 37 additions and 3 deletions
@@ -99,6 +99,12 @@ public class ItemRepo
}
}
public long getItemCount( final IAEItemStack is )
{
IAEItemStack st = this.list.findPrecise( is );
return st == null ? 0 : st.getStackSize();
}
public void setViewCell( final ItemStack[] list )
{
this.myPartitionList = ItemViewCell.createFilter( list );