Cooking on a fire that burns out will now stop any active cooking actions
This commit is contained in:
@@ -19,7 +19,7 @@ public class IntentionalBurnPulse extends StandardCookingPulse {
|
||||
|
||||
@Override
|
||||
public boolean checkRequirements() {
|
||||
return true;
|
||||
return object.isActive();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user