Skip to content

Commit

Permalink
build: version -> 2001.2.1, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Oct 10, 2023
1 parent 4299feb commit 831eb09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).


## [2001.2.1]

### Added
* The `/rtp` command now makes better use of block and biome tags to control valid RTP destinations
* `ftbessentials:ignore_rtp` block tag lists blocks which are not valid for the player to land on (leaves and Bedrock by default)
* `ftbessentials:ignore_rtp` biome tag lists biomes which are not valid for the player to land in (`#minecraft:is_ocean` by default)

### Fixed
* Fixed an event handler running on the client side which shouldn't have been
* Led to undesirable effects like players flying when they shouldn't

## [2001.2.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod_id=ftbessentials
archives_base_name=ftb-essentials
maven_group=dev.ftb.mods
minecraft_version=1.20.1
mod_version=2001.2.0
mod_version=2001.2.1
mod_author=FTB Team

architectury_version=9.0.8
Expand Down

0 comments on commit 831eb09

Please sign in to comment.