Update InfusionRitual.java
This commit is contained in:
parent
70d5a6d209
commit
6dccc0bf32
1 changed files with 8 additions and 0 deletions
|
@ -92,6 +92,14 @@ public class InfusionRitual implements Inventory {
|
|||
return false;
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
this.activeRecipe = null;
|
||||
this.hasRecipe = false;
|
||||
this.progress = 0;
|
||||
this.time = 0;
|
||||
this.markDirty();
|
||||
}
|
||||
|
||||
public void tick() {
|
||||
if (isDirty) {
|
||||
this.configure();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue