Fix for the ticktime
This commit is contained in:
parent
f3d346f6d1
commit
1bddb1747f
2 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,7 @@ public class RecipeCrafter {
|
|||
} else if (currentTickTime < currentRecipe.tickTime()) {
|
||||
if (energy.useEnergy(currentRecipe.euPerTick())) {
|
||||
currentTickTime++;
|
||||
parentTile.syncWithAll();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue