Skip to content

Commit

Permalink
build: version -> 1.1.4, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Nov 28, 2023
1 parent 8c79ae9 commit 59dfad1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [1.1.4]

### Added
* Added new config setting `replaceColdBiomesOnly`, default true
* When true, only cold biomes near spawn will be replaced (as before), when false _all_ biomes will be replaced
* Other changes: `replaceColdBiomeId` is now `replaceBiomeId`, and `replaceColdBiomesNearSpawn` is now `replaceBiomesNearSpawn`

## [1.1.3]

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minecraft_version=1.19.2
forge_version=1.19.2-43.2.4

# Mod Properties
mod_version=1.1.3
mod_version=1.1.4
maven_group=dev.ftb.mods
archives_base_name=ftb-team-dimensions
mod_id=ftbteamdimensions
Expand Down

0 comments on commit 59dfad1

Please sign in to comment.