mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Merge pull request #2478 from Fyrstikkeske/master
Retain unused progress for the next craft on the blast furnace
This commit is contained in:
commit
38cd74536d
@ -203,7 +203,7 @@ public class TileEntityDiFurnace extends TileEntityMachinePolluting implements I
|
||||
progress += extension ? 3 : 1;
|
||||
|
||||
if(this.progress >= TileEntityDiFurnace.processingSpeed) {
|
||||
this.progress = 0;
|
||||
this.progress -= TileEntityDiFurnace.processingSpeed; // look mom, ive finally added something to a popular project
|
||||
this.processItem();
|
||||
markDirty = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user