Update InfusionRitual.java

This commit is contained in:
Aleksey 2020-11-22 13:56:51 +03:00
parent 70d5a6d209
commit 6dccc0bf32

View file

@ -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();