Skip to content

Commit eb5a944

Browse files
committed
build: version -> 2001.1.7, changelog updated
1 parent 8549838 commit eb5a944

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+
[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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.daemon=false
33
mod_id=ftbranks
44
archives_base_name=ftb-ranks
55
maven_group=dev.ftb.mods
6-
mod_version=2001.1.6
6+
mod_version=2001.1.7
77
mod_author=FTB Team
88

99
minecraft_version=1.20.1

0 commit comments

Comments
 (0)