Update InfusionRitual.java
This commit is contained in:
parent
1a412d08e3
commit
ea4b9b726b
1 changed files with 4 additions and 1 deletions
|
@ -94,7 +94,10 @@ public class InfusionRitual implements Inventory {
|
|||
}
|
||||
|
||||
public void tick() {
|
||||
if (isDirty) this.configure();
|
||||
if (isDirty) {
|
||||
this.configure();
|
||||
this.isDirty = false;
|
||||
}
|
||||
if (!isValid() || !hasRecipe()) return;
|
||||
if (!checkRecipe()) return;
|
||||
this.progress++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue