File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
17
## [ 2101.1.4]
8
18
9
19
### Fixed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ archives_base_name=ftb-essentials
9
9
maven_group =dev.ftb.mods
10
10
11
11
minecraft_version =1.21.1
12
- mod_version =2101.1.4
12
+ mod_version =2101.1.5
13
13
mod_author =FTB Team
14
14
15
15
# Deps
You can’t perform that action at this time.
0 commit comments