Skip to content

Commit

Permalink
chore: Write changelog and bump version number to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Dec 7, 2023
1 parent 129e845 commit 5a93e45
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## `v1.10.0` - 07/12/2023

### Added

- Better Clouds compatibility
- The `cloudSpeedMultiplier` config option was renamed to `worldRendererTickSpeedMultiplier`

### Fixed

- Outdated translations in some versions of Realistic Sleep

## `v1.9.2` - 01/12/2023

### Added
Expand Down
9 changes: 3 additions & 6 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
### Added

- Cauldron dripstone tick speedup
- Uses the precipitation tick speed multiplier in the config
- Serverside translation support
- Uses the [Server Translation API](https://github.com/NucleoidMC/Server-Translations)
- Better Clouds compatibility
- The `cloudSpeedMultiplier` config option was renamed to `worldRendererTickSpeedMultiplier`

### Fixed

- Cauldron precipitation not taking dripstone into account
- Cauldron precipitation now checks if dripstone can drip into the cauldron
- Outdated translations in some versions of Realistic Sleep
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarn_mappings=1.20+build.1
loader_version=0.14.10

# Mod Properties
mod_version=1.9.2
mod_version=1.10.0
maven_group=com.github.steveplays28
archives_base_name=realisticsleep
supported_minecraft_version=>=1.20 <=1.20.1
Expand Down

0 comments on commit 5a93e45

Please sign in to comment.