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
|
@Override
|
||||||
public boolean checkRequirements() {
|
public boolean checkRequirements() {
|
||||||
return true;
|
return object.isActive();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user