Fix Chemical Oxidizer operation issue
This commit is contained in:
parent
2dc6a35d16
commit
08f0b93873
1 changed files with 0 additions and 2 deletions
|
@ -109,8 +109,6 @@ public class TileEntityChemicalOxidizer extends TileEntityElectricBlock implemen
|
|||
gasTank.receive(stack, true);
|
||||
operatingTicks = 0;
|
||||
|
||||
inventory[0].stackSize--;
|
||||
|
||||
if(inventory[0].stackSize <= 0)
|
||||
{
|
||||
inventory[0] = null;
|
||||
|
|
Loading…
Reference in a new issue