Skip to content

Commit 8a84907

Browse files
committed
build: version -> 2101.1.22, changelog updated
1 parent ccd0481 commit 8a84907

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +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-
## [2101.1.20]
7+
## [2101.1.22]
8+
9+
### Fixed
10+
* Fixed Task Screen setup GUI showing blank task names when configuring a new task screen for the first time
11+
12+
## [2101.1.21]
813

914
### Added
10-
* Support for FTB Teams team stages, FTB Teams 2101.1.8+ required
11-
* These are like gamestages, but per-team instead of per-player
12-
* Added "Team Stage" boolean option (default false) for Stage Tasks to check for a team stage instead of player-based game stage
13-
* Stage Reward now grants a team stage if "Team Reward" is true
14-
* The text color for not-started chapters in the left-hand chapter panel is now themable
15-
* It uses the `quest_not_started_color` value from `ftb_quests_theme.txt` (default is white as before)
1615
* Added a "Copy ID" menu item to the context menu in the Reward Table editor screen
1716

1817
### Changed
@@ -23,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2322
* `/ftbquests generate_chapter from_entire_creative_list` - replaces the above command. Beware: this command can cause a lot of server lag!
2423
* `/ftbquests generate_chapter from_inventory` - creates a new chapter with an item task & quest for each item in the inventory a player is looking at
2524
* `/ftbquests generate_chapter from_player_inventory` - creates a new chapter with an item task & quest for each item in the player's inventory/hotbar (not armor slots)
25+
26+
## [2101.1.20]
27+
28+
### Added
29+
* Support for FTB Teams team stages, FTB Teams 2101.1.8+ required
30+
* These are like gamestages, but per-team instead of per-player
31+
* Added "Team Stage" boolean option (default false) for Stage Tasks to check for a team stage instead of player-based game stage
32+
* Stage Reward now grants a team stage if "Team Reward" is true
33+
* The text color for not-started chapters in the left-hand chapter panel is now themable
34+
* It uses the `quest_not_started_color` value from `ftb_quests_theme.txt` (default is white as before)
2635

2736
### Fixed
2837
* Fixed some logic errors related to quest exclusion and flexible mode

gradle.properties

Lines changed: 1 addition & 1 deletion
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.21
12+
mod_version=2101.1.22
1313
minecraft_version=1.21.1
1414

1515
# Cross env

0 commit comments

Comments
 (0)