Removed sout lines
This commit is contained in:
parent
48a7f1cc6d
commit
05e7ecf2f3
5 changed files with 4 additions and 5 deletions
src/main/java/techreborn/tiles
|
@ -43,7 +43,6 @@ public class TileChemicalReactor extends TilePowerAcceptor implements IWrenchabl
|
|||
{
|
||||
if(getStackInSlot(slot) != null)
|
||||
{
|
||||
System.out.println("hi");
|
||||
if(getStackInSlot(slot).getItem() instanceof IElectricItem)
|
||||
{
|
||||
if(getEnergy() != getMaxPower())
|
||||
|
|
|
@ -150,7 +150,6 @@ public class TileDieselGenerator extends TilePowerAcceptor implements IWrenchabl
|
|||
if (getFreeSpace() >= powerIn) {
|
||||
addEnergy(powerIn, false);
|
||||
tank.drain(1, true);
|
||||
System.out.println(getEnergy() + ":" + tank.getFluidAmount());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue