mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-08 09:40:07 +01:00
Implement new config methods
This commit is contained in:
parent
d8c4274f93
commit
f69490179b
@ -233,4 +233,13 @@ public class VRViaConfig extends Config implements ViaVersionConfig {
|
||||
public boolean isSuppress1_13ConversionErrors() {
|
||||
return getBoolean("suppress-1_13-conversion-errors", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isMinimizeCooldown() {
|
||||
return this.getBoolean("minimize-cooldown", true);
|
||||
}
|
||||
|
||||
public boolean isDisable1_13AutoComplete() {
|
||||
return this.getBoolean("disable-1_13-auto-complete", false);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user