Skip to content

Releases: IMB11/Fog

Fog 1.6.1

27 Dec 20:43
9eb9076
Compare
Choose a tag to compare
  • Fix dependency issues for 1.21.3.
  • Updated ru_ru translations.

Fog 1.6.0

27 Dec 19:06
Compare
Choose a tag to compare
  • ⬆️ Support for 1.21.4 has been added!
  • ☀️ Added sunset/sunrise enhancements! Fog will transition between night and day much better than before with vibrant colours and improvements.
  • 🌙 Added moon phase modifiers! Fog will darken biome fog at night depending on the moon phase! You can disable this in settings if you do not like it.
  • ⚙️ The configuration screen has been fully overhauled into numerous categories, which should make it easier to find various options.
  • 🛑 The disabled dimensions list has been converted into a disabled biomes list. Please update your configurations accordingly!
  • 🚁 Default fog colours are now extracted from the DimensionEffects/DimensionSpecialEffects data, this should improve compatibility with mods such as The Bumblezone or The Aether.
  • ☁️ "Cloud whitening" has been disabled by default as it was causing some not very nice looking clouds at night and during sunrise/sunset. You can re-enable it in the configuration screen if you preferred it the way it was before.

Fog 1.5.3

06 Dec 12:55
dbac74e
Compare
Choose a tag to compare

Changed

  • Updated YACL to v3.6.2

Fog 1.5.2

20 Oct 18:11
7142e88
Compare
Choose a tag to compare

Changed

Fog 1.5.1

20 Oct 16:07
639ea76
Compare
Choose a tag to compare

Changed

  • Updated the Traditional Chinese translations (by yichifauzi in #43)

Fog 1.5.0

20 Oct 13:14
Compare
Choose a tag to compare

Foreword

Thanks for your patience folks, we've been busy this update fixing bugs and, in general, improving the mod.

The main concern of this update is that Fog Definitions no longer get unpacked into the configuration folder. You will need to migrate any custom definitions into a resource pack if you use this folder. If you wish to edit the default definitions, you must override them using a resource pack as well.

Changelog

Added

  • Added Simplified Chinese translations, thank you @Chiloven945!
  • Added a keybinding to toggle the fog modifications, it is unbinded by default, you must set it before you use it. @IMB11
  • Added configuration options for various transitions, @IMB11
    • e.g. fog colours, start/end multipliers, etc.
  • Added a dimension disable list to the configuration screen, @Steveplays28
    • Replaced the Nether dimension toggle

Changed

  • Removed the (un)packing system for the built-in resource pack, @IMB11
    • Should fix a lot of crashes and compatibility issues
  • Removed haze from the debug command and the language files as it no longer exists, @Steveplays28
  • Made the badlands, beach and default biome colours darker during nighttime, @Steveplays28
    • The default nighttime fog colour for most biomes has been changed to pitch black

Fixed

  • Fixed a crash when other mods mess around with RenderLayers, @Steveplays28
  • Fixed cloud whitening (when sodium is not installed) for 1.21+, @Steveplays28
  • Fixed the raininess effect breaking when standing under trees/walking over non-full blocks, @Steveplays28

Fog 1.4.1

10 Sep 15:00
8b1c67b
Compare
Choose a tag to compare

Changelog

Changed

Fixed

  • Compatibility with Sodium v0.6.0
    • By extension, all resource reload issues with other mods (e.x. Frostiful and Guarding) should be fixed as well

Attribution

Thank you to cortex, XFactHD, Pepper and others for helping us fix the resource reload issues with Sodium and potentially other mods.

Fog 1.4.0

31 Aug 10:24
Compare
Choose a tag to compare

This is a small update which fixes a few bugs and polishes some of the default biome colours included within the mod.

  • Added a warning that shows when Fog updates and the new update modifies some of the default biome colours - it will recommend you to backup any changes within the .minecraft/config/fog/fog_definitions folder and then delete it so the default biome colours can be reset and updated. We will look into a diff-like system for this at a later date.
  • Updated biome colours for: swamp biomes, jungle biomes, badlands/mesa biomes, sandy biomes (desert/beach), the end biomes and icy aquatic biomes. They should be much less bright and more consistent with the default vanilla biome colours now.
  • Fixed various issues with underground fog, there will be less of a flicker when coming out of caves, and the underground multiplier will no longer rarely kick in when you enter buildings.
  • Fixed issue where fog goes black when it's raining.
  • Potentially fix some crash issues on 1.20.1 forge with YACL 3.5.0 - let us know if you're still encountering crashes here.

You will need YACL 3.5.0, Architectury API and MRU to use this mod. We may jar-in-jar YACL and Arch at a later date if they become more stable on future NeoForge and Fabric versions.

Fog 1.3.1

15 Aug 15:17
Compare
Choose a tag to compare

This release depends on MRU 1.0.0 - it should generally be more stable than 1.3.0. There have been no new features or additions, other than the fact some core functionality such as the external resource pack has been migrated into the MRU library so it can be used in my other mods, such as Sounds.

Fog 1.3.0

14 Aug 09:17
Compare
Choose a tag to compare

This update reworks how fog colours are managed and removes the haze system in favour of a new one.

  • Added support for 1.21.1.
  • Removed "Haze" system in favour of a single blend between day and night colours.
  • Added new point-based calculations to detect if a player is underground. This should fix issues where being inside a building tricks Fog into thinking you're underground.
  • Fixed issue where resource packs could not override Fog's default definitions due to the fact that Fog's resource pack was being loaded at the top regardless of the ordering on the Select Resource Pack screen.
  • The default day and night colours have been changed, night is now much darker and closer resembles the vanilla night fog colours. Vice versa for the day colours.
  • The colours for the #c:is_swamp fog definition have been modified to account for these new default colours. Delete the .minecraft/config/fog/fog_definitions/assets/c/fog_definitions/tag/biome/is_swamp.json file to get the updated file.
  • When in caves, the fog start will be much closer, fixing issues where there is a "pane" of colour blocking the view. It also massively improves cave fog in general.