Skip to content

Commit cb69a60

Browse files
committed
build: version -> 2101.1.7, changelog updated
1 parent e81a0b7 commit cb69a60

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.7]
8+
9+
### Added
10+
* Added exclusive quest branching, where starting one quest makes certain other quests unavailable
11+
* New "Max Completable Dependents" integer property for quests
12+
* When that number of dependent quests is completed, other uncompleted dependents of that quest become unavailable to the player/team
13+
714
## [2101.1.6]
815

916
### Added

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maven_group=dev.ftb.mods
99
mod_author=FTB Team
1010

1111
# Build time
12-
mod_version=2101.1.6
12+
mod_version=2101.1.7
1313
minecraft_version=1.21.1
1414

1515
# Cross env

0 commit comments

Comments
 (0)