Sneak to bulk process composter

This commit is contained in:
William Blake Galbreath
2025-01-11 17:19:27 -08:00
committed by granny
parent 8ce515aec4
commit f9f880f249
4 changed files with 82 additions and 104 deletions

View File

@@ -433,6 +433,11 @@ public class PurpurWorldConfig {
chestOpenWithBlockOnTop = getBoolean("blocks.chest.open-with-solid-block-on-top", chestOpenWithBlockOnTop);
}
public boolean composterBulkProcess = false;
private void composterSettings() {
composterBulkProcess = getBoolean("blocks.composter.sneak-to-bulk-process", composterBulkProcess);
}
public boolean dispenserApplyCursedArmor = true;
public boolean dispenserPlaceAnvils = false;
private void dispenserSettings() {