Cleanness now decrease slow.
This commit is contained in:
parent
9fa8238765
commit
d6c321883e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public boolean checkMachine(IGregTechTileEntity aBaseMetaTileEntity, ItemStack a
|
|||
}
|
||||
|
||||
if(doorState){
|
||||
mEfficiency=0;
|
||||
mEfficiency=Math.max(0,mEfficiency-200);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue