Remove debug spam
This commit is contained in:
parent
28b40f1ed0
commit
f1f4f1bdde
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ public class TileAssemblyAdvancedWorkbench extends TileEntity implements IInvent
|
|||
recentEnergy[tick] = 0.0f;
|
||||
while (storedEnergy >= getRequiredEnergy() && craftResult.getStackInSlot(0)!=null)
|
||||
{
|
||||
System.out.println("Stored "+storedEnergy);
|
||||
ItemStack[] tempStorage = Arrays.copyOf(storageSlots, storageSlots.length);
|
||||
internalInventoryCrafting.tempStacks = tempStorage;
|
||||
internalInventoryCrafting.hitCount=new int[27];
|
||||
|
|
Loading…
Reference in a new issue