Skip to content

Commit

Permalink
build: bumped version down to 2101.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 18, 2024
1 parent 83c0d14 commit 386cd77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ 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).

## [2101.1.2]

### Fixed
* Fixed the `/rtp` command sometimes sending players to bad destinations
* Was particularly an issue in the Nether (and likely other roofed dimensions)

## [2101.1.1]

### Added
* Added fr_fr translation (thanks @Nogapra)
* Added tr_tr translation (thanks @RuyaSavascisi)

### Fixed
* Fixed command cooldowns not being sufficiently dynamically calculated
* E.g. if a player runs a teleport command, and then adds a FTB Ranks node to reduce their cooldown
* Cooldowns are now recalculated on each command attempt rather than precalculated on a successful run
* Fixed the `/rtp` command sometimes sending players to bad destinations
* Was particularly an issue in the Nether (and likely other roofed dimensions)

## [2101.1.0]

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ archives_base_name=ftb-essentials
maven_group=dev.ftb.mods

minecraft_version=1.21.1
mod_version=2101.1.2
mod_version=2101.1.1
mod_author=FTB Team

# Deps
Expand Down

0 comments on commit 386cd77

Please sign in to comment.