We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2840ff commit 2837e99Copy full SHA for 2837e99
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2101.1.4]
8
+
9
+### Fixed
10
+* Fix bug from last release causing teleport positions to be added twice, breaking the `/back` command
11
12
## [2101.1.3]
13
14
### Added
gradle.properties
@@ -9,7 +9,7 @@ archives_base_name=ftb-essentials
maven_group=dev.ftb.mods
minecraft_version=1.21.1
-mod_version=2101.1.3
+mod_version=2101.1.4
mod_author=FTB Team
15
# Deps
0 commit comments