Skip to content

Commit 00be25f

Browse files
committed
build: version -> 2101.1.5, changelog updated
1 parent 555667b commit 00be25f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2101.1.5]
8+
9+
### Added
10+
* Added `admins_exempt_dimension_blacklists` config setting in the `teleportation` section of `ftbessentials.snbt`
11+
* Default is true; controls whether players with permission level >=2 should be subject to teleporting dimension blacklists
12+
13+
### Fixed
14+
* Fixed destination pos being unnecessarily recomputed when running teleporting commands
15+
* Most important for `/rtp` behaviour which is non-deterministic
16+
717
## [2101.1.4]
818

919
### Fixed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ archives_base_name=ftb-essentials
99
maven_group=dev.ftb.mods
1010

1111
minecraft_version=1.21.1
12-
mod_version=2101.1.4
12+
mod_version=2101.1.5
1313
mod_author=FTB Team
1414

1515
# Deps

0 commit comments

Comments
 (0)