Dispenser curse of binding protection

This commit is contained in:
William Blake Galbreath
2025-01-05 16:50:34 -08:00
committed by granny
parent f068d01f6b
commit 7d90399f37
4 changed files with 29 additions and 61 deletions

View File

@@ -209,6 +209,11 @@ public class PurpurWorldConfig {
});
}
public boolean dispenserApplyCursedArmor = true;
private void dispenserSettings() {
dispenserApplyCursedArmor = getBoolean("blocks.dispenser.apply-cursed-to-armor-slots", dispenserApplyCursedArmor);
}
public boolean farmlandGetsMoistFromBelow = false;
private void farmlandSettings() {
farmlandGetsMoistFromBelow = getBoolean("blocks.farmland.gets-moist-from-below", farmlandGetsMoistFromBelow);