Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 972 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 972 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.1.0 - 16/07/2023

Added

  • World blacklisting
    • Via commands /biomefog worldblacklist add and /biomefog worldblacklist remove
    • Saved to config/biome_fog/biome_fog_blacklisted_worlds.json

Changed

  • Moved configuration files into the config/biome_fog/ directory

Fixed

  • Lava fog taking biome fog color instead of normal red color
  • Water fog not behaving in the same way as vanilla, with the fog start being close and gradually moving further away after entering the water

v1.1.1 - 19/08/2023

Fixed

  • Mod loader config directory handling
  • Rendering crash in water (PR #22 by Leva25se)