File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/mekanism/common/registries Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ private MekanismModules() {
128128 public static final ModuleRegistryObject <ModuleInhalationPurificationUnit > INHALATION_PURIFICATION_UNIT = MODULES .register ("inhalation_purification_unit" ,
129129 ModuleInhalationPurificationUnit ::new , () -> MekanismItems .MODULE_INHALATION_PURIFICATION .asItem (), builder -> builder
130130 .addConfig (ModuleBooleanConfig .create (ModuleInhalationPurificationUnit .BENEFICIAL_EFFECTS , false ))
131- .addConfig (ModuleBooleanConfig .create (ModuleInhalationPurificationUnit .NEUTRAL_EFFECTS , true ))
131+ .addConfig (ModuleBooleanConfig .create (ModuleInhalationPurificationUnit .NEUTRAL_EFFECTS , false ))
132132 .addConfig (ModuleBooleanConfig .create (ModuleInhalationPurificationUnit .HARMFUL_EFFECTS , true ))
133133 );
134134 public static final ModuleRegistryObject <ModuleVisionEnhancementUnit > VISION_ENHANCEMENT_UNIT = MODULES .registerInstanced ("vision_enhancement_unit" ,
You can’t perform that action at this time.
0 commit comments