You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,15 @@ 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
+
## [2001.4.12]
8
+
9
+
### Fixed
10
+
* Fixed `/ftbquests import_reward_table_from_chest` command not correctly updating quest book id mappings for new reward table
11
+
* Fixed some quest button alignment issues depending on the zoom level of the quest panel* Fixed autoclaim rewards being given to entire team even when marked as team reward
12
+
* Also added tooltip to team reward setting in the reward properties GUI to clarify: team reward means one reward for the whole team
13
+
* Fixed multiline quest editor "L" (insert link) button sometimes inserting a spurious comma, depending on current text selection
14
+
* Leading/trailing whitespace is now silently trimmed from command text in command rewards (trailing whitespace could cause confusing failures to execute commands)
Copy file name to clipboardExpand all lines: common/src/main/resources/assets/ftbquests/lang/en_us.json
+1
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,7 @@
415
415
"ftbquests.reward": "Reward",
416
416
"ftbquests.rewards": "Rewards",
417
417
"ftbquests.reward.team_reward": "Team Reward",
418
+
"ftbquests.reward.team_reward.tooltip": "When true, this is one reward for the whole team; only the submitting player receives it\nWhen false, all online players receive the reward",
418
419
"ftbquests.reward.blocked": "%d reward(s) blocked for team '%s'",
419
420
"ftbquests.reward.this_blocked": "Reward blocked for team '%s'",
0 commit comments