diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e4bd99..40b3fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index c4f24c3..0ac019c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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