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

Commit

Permalink
chore: Increment version number to v1.1.1 and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Aug 19, 2023
1 parent faa870d commit b7eb6fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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](https://github.com/Steveplays28/biome-fog/pull/22) by [Leva25se](https://github.com/Leva25se))
15 changes: 2 additions & 13 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
### 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
- Mod loader config directory handling
- Rendering crash in water ([PR #22](https://github.com/Steveplays28/biome-fog/pull/22) by [Leva25se](https://github.com/Leva25se))
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
# Mod Properties
mod_version=1.1.0
mod_version=1.1.1
maven_group=io.github.steveplays28
archives_base_name=biome-fog
supported_minecraft_version=1.19.3_or_higher
Expand Down

0 comments on commit b7eb6fa

Please sign in to comment.