Enchantment Table Persists Lapis

This commit is contained in:
Ben Kerllenevich
2025-01-12 15:13:49 -08:00
committed by granny
parent 8fc3ca5b3b
commit 7dbdd07137
5 changed files with 118 additions and 153 deletions

View File

@@ -1564,6 +1564,11 @@ public class PurpurWorldConfig {
elderGuardianAlwaysDropExp = getBoolean("mobs.elder_guardian.always-drop-exp", elderGuardianAlwaysDropExp);
}
public boolean enchantmentTableLapisPersists = false;
private void enchantmentTableSettings() {
enchantmentTableLapisPersists = getBoolean("blocks.enchantment-table.lapis-persists", enchantmentTableLapisPersists);
}
public boolean enderDragonRidable = false;
public boolean enderDragonRidableInWater = true;
public boolean enderDragonControllable = true;