Fix #825
This commit is contained in:
parent
bf60b32eb2
commit
97e5fcc032
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class TileGrinder extends TilePowerAcceptor implements IWrenchable, IInve
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getProgressScaled(int scale) {
|
public int getProgressScaled(int scale) {
|
||||||
if (crafter.currentTickTime != 0) {
|
if (crafter.currentTickTime != 0 && crafter.currentNeededTicks != 0) {
|
||||||
return crafter.currentTickTime * scale / crafter.currentNeededTicks;
|
return crafter.currentTickTime * scale / crafter.currentNeededTicks;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue