Option to toggle milk curing bad omen

This commit is contained in:
William Blake Galbreath
2025-01-05 15:31:10 -08:00
committed by granny
parent 188c30fff8
commit c9fbe555c0
3 changed files with 17 additions and 38 deletions

View File

@@ -85,8 +85,10 @@ public class PurpurWorldConfig {
}
public boolean disableDropsOnCrammingDeath = false;
public boolean milkCuresBadOmen = true;
private void miscGameplayMechanicsSettings() {
disableDropsOnCrammingDeath = getBoolean("gameplay-mechanics.disable-drops-on-cramming-death", disableDropsOnCrammingDeath);
milkCuresBadOmen = getBoolean("gameplay-mechanics.milk-cures-bad-omen", milkCuresBadOmen);
}
public double minecartMaxSpeed = 0.4D;