File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
14
## [ 2101.1.6]
8
15
9
16
### Added
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ maven_group=dev.ftb.mods
9
9
mod_author =FTB Team
10
10
11
11
# Build time
12
- mod_version =2101.1.6
12
+ mod_version =2101.1.7
13
13
minecraft_version =1.21.1
14
14
15
15
# Cross env
You can’t perform that action at this time.
0 commit comments