nobody saw a thing

This commit is contained in:
Bob 2025-12-14 21:34:33 +01:00
parent 5bcfd368fc
commit 0fe125251b

View File

@ -157,10 +157,6 @@ public class GeneralConfig {
enableLBSMSafeCrates = CommonConfig.createConfigBool(config, CATEGORY_LBSM, "LBSM_safeCrates", "When enabled, prevents crates from becoming radioactive", true);
enableLBSMSafeMEDrives = CommonConfig.createConfigBool(config, CATEGORY_LBSM, "LBSM_safeMEDrives", "When enabled, prevents ME Drives and Portable Cells from becoming radioactive", true);
schrabRate = CommonConfig.createConfigInt(config, CATEGORY_LBSM, "LBSM_schrabOreRate", "Changes the amount of uranium ore needed on average to create one schrabidium ore using nukes. Standard mode value is 100", 20);
/// ! ! ! ///
enable528 = true;
/// ! ! ! ///
if(enable528) enableLBSM = false;