Cooking on a fire that burns out will now stop any active cooking actions

This commit is contained in:
Swizey 2023-02-22 04:38:43 +00:00 committed by Ryan
parent cc2e5f8775
commit 4d652e7f02

View file

@ -19,7 +19,7 @@ public class IntentionalBurnPulse extends StandardCookingPulse {
@Override @Override
public boolean checkRequirements() { public boolean checkRequirements() {
return true; return object.isActive();
} }
@Override @Override