Skip to content

Commit

Permalink
Update SpiritCrucibleCoreBlockEntity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SammySemicolon committed Nov 19, 2023
1 parent 0fa0f9e commit a5ded79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void tick() {
BlockHelper.updateAndNotifyState(level, worldPosition);
}
}
// progress += 1 + speed;
progress += 1 + speed;
if (progress >= recipe.time) {
craft();
}
Expand Down

0 comments on commit a5ded79

Please sign in to comment.