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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
* Added ability to move tasks and rewards left or right in the quest view panel (in edit mode)
12
12
* Added "Move Left" and "Move Right" context menu entries when right-clicking tasks & rewards
13
13
* Pressing cursor left or right while hovering tasks & rewards also moves the item left or right
14
-
* Alt-Left-Click and Alt-Right-Click now work on all GUI objects, not just tasks
14
+
* Alt-Left-Click and Alt-Right-Click now works on all GUI objects, not just tasks
15
15
* Alt-Left-Click to quick-open the editor screen for any object
16
16
* Alt-Right-Click to copy the hex object ID for any object to the clipboard
17
17
* Added a new "Grab Copy of Item" context menu entry for item tasks in the quest view panel
18
18
* This is intended to allow getting copies of items with custom components (e.g. FTB Filter System filters) if you don't have a copy of the item to hand
19
19
* More visually attractive highlighting of the currently-selected chapter
20
20
* Also added two new fields to `ftb_quest_theme.txt` resource pack file: `selected_chapter_highlight_1` and `selected_chapter_highlight_2`
21
+
* Added configurable repeat cooldowns for repeatable quests
22
+
* See the new "Quest Repeat Cooldown" field in the Misc section of the quests properties screen
23
+
* Repeat cooldown is triggered when the first player on the team claims the quest reward for the quest
0 commit comments