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+ [ 2001.1.7]
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[ 2001.1.6]
816
917### Fixed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.daemon=false
33mod_id =ftbranks
44archives_base_name =ftb-ranks
55maven_group =dev.ftb.mods
6- mod_version =2001.1.6
6+ mod_version =2001.1.7
77mod_author =FTB Team
88
99minecraft_version =1.20.1
You can’t perform that action at this time.
0 commit comments