Option for chests to open even with a solid block on top

This commit is contained in:
Jason Penilla
2025-01-10 00:44:46 -08:00
committed by granny
parent 33fe2966e6
commit 55eb63b89c
3 changed files with 15 additions and 34 deletions

View File

@@ -368,6 +368,11 @@ public class PurpurWorldConfig {
}
}
public boolean chestOpenWithBlockOnTop = false;
private void chestSettings() {
chestOpenWithBlockOnTop = getBoolean("blocks.chest.open-with-solid-block-on-top", chestOpenWithBlockOnTop);
}
public boolean dispenserApplyCursedArmor = true;
public boolean dispenserPlaceAnvils = false;
private void dispenserSettings() {