disable cancelOnGoalInvalidation

This commit is contained in:
Leijurv 2018-10-10 21:28:55 -07:00
parent fec29d03fd
commit 8fd921c60e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -389,7 +389,7 @@ public class Settings {
* <p>
* Also on cosmic prisons this should be set to true since you don't actually mine the ore it just gets replaced with stone.
*/
public Setting<Boolean> cancelOnGoalInvalidation = new Setting<>(true);
public Setting<Boolean> cancelOnGoalInvalidation = new Setting<>(false);
/**
* The "axis" command (aka GoalAxis) will go to a axis, or diagonal axis, at this Y level.