mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-08 09:40:07 +01:00
implement new configs
This commit is contained in:
parent
fa5dbe6f08
commit
e819374d3c
@ -258,4 +258,14 @@ public class VRViaConfig extends Config implements ViaVersionConfig {
|
||||
public boolean isReduceBlockStorageMemory() {
|
||||
return this.getBoolean("reduce-blockstorage-memory", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isStemWhenBlockAbove() {
|
||||
return this.getBoolean("flowerstem-when-block-above", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSnowCollisionFix() {
|
||||
return this.getBoolean("fix-low-snow-collision", false);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user