Config to not let coral die

This commit is contained in:
Encode42
2025-01-12 15:40:23 -08:00
committed by granny
parent cbd49cce26
commit dc60c29e5d
4 changed files with 25 additions and 46 deletions

View File

@@ -880,6 +880,11 @@ public class PurpurWorldConfig {
composterBulkProcess = getBoolean("blocks.composter.sneak-to-bulk-process", composterBulkProcess);
}
public boolean coralDieOutsideWater = true;
private void coralSettings() {
coralDieOutsideWater = getBoolean("blocks.coral.die-outside-water", coralDieOutsideWater);
}
public boolean dispenserApplyCursedArmor = true;
public boolean dispenserPlaceAnvils = false;
private void dispenserSettings() {