Terminals show now drop View Cells.

This commit is contained in:
AlgorithmX2
2014-04-16 11:59:37 -05:00
parent 3736239658
commit 9f7e809662
2 changed files with 14 additions and 0 deletions
@@ -33,6 +33,8 @@ public class PartCraftingTerminal extends PartTerminal implements IAEAppEngInven
@Override
public void getDrops(List<ItemStack> drops, boolean wrenched)
{
super.getDrops(drops, wrenched);
for (ItemStack is : craftingGrid)
if ( is != null )
drops.add( is );