mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Fix the reconstructor never using more than 1000 RF
This commit is contained in:
parent
348b3521f6
commit
073eb2168a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class TileEntityAtomicReconstructor extends TileEntityInventoryBase imple
|
|||
|
||||
@Override
|
||||
public void extractEnergy(int amount){
|
||||
this.storage.extractEnergy(amount, false);
|
||||
this.storage.extractEnergyInternal(amount, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue