mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 02:28:42 +00:00
Retain unused progress for the next craft
fixes some alignment issues when minmaxxing the blast furnace.
This commit is contained in:
parent
db3f58b4cd
commit
6f7a23d8cc
@ -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