Skip to content

Commit

Permalink
build: updated ftb lib dep version, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jul 18, 2024
1 parent e215e5b commit be11e46
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 @@ -4,6 +4,17 @@ 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).

## [2001.4.8]

### Fixed
* Fixed image component alignment settings other than centered getting ignored
* Image alignment now uses 'left', 'center' & 'right' instead of 0, 1 & 2 (previous quest book data will be imported correctly)
* Fixed crash when ReplayMod is also installed

### Added
* Command rewards now support a {team} substitution in the executed command, which is replaced with the player's short team name
* The command setting in the reward properties screen now has a tooltip listing all available substitutions

## [2001.4.7]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fabric_loader_version=0.14.21
fabric_api_version=0.83.1+1.20.1
forge_version=47.2.19
# Deps
ftb_library_version=2001.2.3-SNAPSHOT
ftb_library_version=2001.2.3
ftb_teams_version=2001.3.0
# Optional deps
teamreborn_energy_version=3.0.0

0 comments on commit be11e46

Please sign in to comment.