File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ mod_id=ftbranks
44readable_name =FTB Ranks
55archives_base_name =ftb-ranks
66maven_group =dev.ftb.mods
7- mod_version =2101.1.2
7+ mod_version =2101.1.3
88mod_author =FTB Team
99
1010minecraft_version =1.21.1
You can’t perform that action at this time.
0 commit comments