mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 08:48:34 +01:00
parent
e65874a4ce
commit
a0541d1160
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class TileEntityOilGenerator extends TileEntityBase implements ISharingEn
|
|||
this.currentBurnTime--;
|
||||
this.storage.receiveEnergy(this.currentEnergyProduce, false);
|
||||
}
|
||||
else{
|
||||
else if(!this.isRedstonePowered){
|
||||
int fuelUsed = 50;
|
||||
|
||||
OilGenRecipe recipe = this.getRecipeForCurrentFluid();
|
||||
|
|
Loading…
Reference in a new issue