Skip to content

Commit 2bce4d7

Browse files
committed
build: version -> 2101.1.3, changelog updated
1 parent a3a68f4 commit 2bce4d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.3]
8+
9+
### Added
10+
* New condition: `rank_applies`
11+
* This is very similar to the existing `rank_added`, but does not require the rank to be explicitly added to the player
12+
* It just requires that rank currently applies to the player, either implicitly or explicitly
13+
* These two conditions can be useful to create more complex conditions by combining them with the boolean conditions (and/or/not)
14+
715
## [2100.1.2]
816

917
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mod_id=ftbranks
44
readable_name=FTB Ranks
55
archives_base_name=ftb-ranks
66
maven_group=dev.ftb.mods
7-
mod_version=2101.1.2
7+
mod_version=2101.1.3
88
mod_author=FTB Team
99

1010
minecraft_version=1.21.1

0 commit comments

Comments
 (0)