mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 01:17:42 +01:00
Config for sculk shrieker can_summon state
This commit is contained in:
@@ -1031,6 +1031,11 @@ public class PurpurWorldConfig {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean sculkShriekerCanSummonDefault = false;
|
||||
private void sculkShriekerSettings() {
|
||||
sculkShriekerCanSummonDefault = getBoolean("blocks.sculk_shrieker.can-summon-default", sculkShriekerCanSummonDefault);
|
||||
}
|
||||
|
||||
public boolean signAllowColors = false;
|
||||
private void signSettings() {
|
||||
signAllowColors = getBoolean("blocks.sign.allow-colors", signAllowColors);
|
||||
|
||||
Reference in New Issue
Block a user