actually disable by default
This commit is contained in:
parent
b31930ebd2
commit
02ebc1947b
@ -85,8 +85,10 @@ public class Settings {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* You know what it is
|
* You know what it is
|
||||||
|
* <p>
|
||||||
|
* But it's very unreliable and falls off when cornering like all the time so.
|
||||||
*/
|
*/
|
||||||
public Setting<Boolean> allowParkour = new Setting<>(true); // disable in release because its sketchy af lol
|
public Setting<Boolean> allowParkour = new Setting<>(false);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For example, if you have Mining Fatigue or Haste, adjust the costs of breaking blocks accordingly.
|
* For example, if you have Mining Fatigue or Haste, adjust the costs of breaking blocks accordingly.
|
||||||
|
Loading…
Reference in New Issue
Block a user