diff --git a/config/darkness.cfg b/config/darkness.cfg new file mode 100644 index 000000000..0867056ed --- /dev/null +++ b/config/darkness.cfg @@ -0,0 +1,25 @@ +# Configuration file + +main { + I:blacklistByID < + -1 + 1 + > + S:blacklistByName < + > + B:darkDefault=true + B:darkEnd=false + B:darkEndFog=true + B:darkNether=false + B:darkNetherFog=true + B:darkOverworld=true + B:darkSkyless=true + B:disableConfigGui=false + B:hardcore=false + B:invertBlacklist=false + D:moonPhaseFactors < + [0.3], [0.225], [0.15], [0.075], [0.0], [0.075], [0.15], [0.225] + > +} + + diff --git a/config/hardcoredarkness.cfg b/config/hardcoredarkness.cfg deleted file mode 100644 index 8947fbd26..000000000 --- a/config/hardcoredarkness.cfg +++ /dev/null @@ -1,33 +0,0 @@ -# Configuration file - -settings { - # Switches the slightly bluish NightSkyLight in mode 1 & 2 with a more greenish version. [default: false] - B:AlternativeNightSkyLight=false - - # Whether the End is also supposed to have its minimum light removed [default: false] - B:"Dark End"=false - - # Whether the Nether is also supposed to have its minimum light removed [default: true] - B:"Dark Nether"=false - - # A list of dimension ids in which Hardcore Darkness will be completely disabled - # Example: S:"Dimension Blacklist"=-1,1 [default: ] - S:"Dimension Blacklist"= - - # Setting this to something other than -1 will lock the gamma config settings to that value. (0.0 - 1.0) [range: -1.0 ~ 1.0, default: -1.0] - S:GammaOverride=-1.0 - - # 0: No minimum sky & block light, 1: No minimum block light, 2: Skylight is dependent on moon phase - I:Mode=2 - - # In mode 2 this list defines how much skylight there is when 0%/25%/50%/75%/100% of the moon is visible. (Values go from 0 (Total Darkness) to 1 (Total Brightness)). - D:MoonLightList < - 0.0 - 0.075 - 0.15 - 0.225 - 0.3 - > -} - - diff --git a/mods/HardcoreDarkness-MC1.12.2-2.0.jar b/mods/HardcoreDarkness-MC1.12.2-2.0.jar deleted file mode 100644 index d03c7ff26..000000000 Binary files a/mods/HardcoreDarkness-MC1.12.2-2.0.jar and /dev/null differ diff --git a/mods/darkness-0.2.1-all.jar b/mods/darkness-0.2.1-all.jar new file mode 100644 index 000000000..3abb6a154 Binary files /dev/null and b/mods/darkness-0.2.1-all.jar differ