Skip to content

Releases: FTBTeam/FTB-Quests

2001.4.9 release (MC 1.20.1)

16 Oct 13:27
9718dcf
Compare
Choose a tag to compare

Added

  • A few new template substitutions are available in command rewards
    • {team_id} - the short team name, e.g. "Dev#380df991"
    • {long_team_id} - the full team UUID, e.g. "380df991-f603-344c-a090-369bad2a924a"
    • {member_count} - the number of players in the team
    • {online_member_count} - the number of currently-online players in the team

Fixed

  • Fixed "Hide Quests until Dependencies Visible" setting actually checking for dependencies being complete
    • Added new "Hide Quests until Dependencies Complete" setting
    • So there are now two independent setting for hiding quests based on dependency visibility and/or completion

2101.1.0 release (MC 1.21.1)

16 Aug 15:04
0e21d43
Compare
Choose a tag to compare

Changed

  • Minecraft 1.21.1 is now required; this no longer supports Minecraft 1.21

Added

  • Sidebar buttons for this and other FTB mods can now be enabled/disabled/rearranged (new functionality in FTB Library 2101.1.0)
  • A few new template substitutions are available in command rewards
    • {team_id} - the short team name, e.g. "Dev#380df991"
    • {long_team_id} - the full team UUID, e.g. "380df991-f603-344c-a090-369bad2a924a"
    • {member_count} - the number of players in the team
    • {online_member_count} - the number of currently-online players in the team

Fixed

  • Fixed "Hide Quests until Dependencies Visible" setting actually checking for dependencies being complete
    • Added new "Hide Quests until Dependencies Complete" setting
    • So there are now two independent setting for hiding quests based on dependency visibility and/or completion

2100.1.4 beta release (MC 1.21)

18 Jul 13:53
706940d
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed coloured text in quest titles & subtitles not showing in the quest view panel
  • Command rewards now support a {team} substitution in the executed command, which is replaced with the player's short team name
    • The command setting in the reward properties screen now has a tooltip listing all available substitutions
  • Filenames for new chapters are now all named after the chapter title, as intended
    • Pre-existing chapter files may be named after the hex chapter id; they will still work fine, but you can rename them if you wish
    • If you choose to rename them, also update the filename field in the file correspondingly

2001.4.8 release (MC 1.20.1)

18 Jul 18:46
6a3dc8f
Compare
Choose a tag to compare

Fixed

  • Fixed image component alignment settings other than centered getting ignored
    • Image alignment now uses 'left', 'center' & 'right' instead of 0, 1 & 2 (previous quest book data will be imported correctly)
  • Fixed crash when ReplayMod is also installed

Added

  • Command rewards now support a {team} substitution in the executed command, which is replaced with the player's short team name
    • The command setting in the reward properties screen now has a tooltip listing all available substitutions

2100.1.3 beta release (MC 1.21)

08 Jul 13:44
00bd6f2
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed adding tasks to existing quests sometimes losing the task type (leading to a '?' button appearing)
  • Fixed images in the quest book not sync'ing to the client after quest book reload
  • Fixed issue where using FTB Filter System filters would sometimes fail to find matching items for GUI display

2001.4.7 release (MC 1.20.1)

08 Jul 13:46
c78001d
Compare
Choose a tag to compare

Fixed

  • Hopefully fixed problem where items matching a filter (Item Filters or FTB Filter System) don't always get displayed correctly in the GUI
    • "Hopefully" because this is a tricky one to reproduce...

2004.2.3 release (MC 1.20.4)

02 Jul 09:33
2662cdb
Compare
Choose a tag to compare

Fixed

  • Fixed raw json text in quest descriptions not always being recognised
  • Fixed chapter and chapter group creation popups moving in and out with the chapter panel when it's not pinned

2100.1.2 beta release (MC 1.21)

28 Jun 15:55
e151139
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed raw json text in quest descriptions not always being recognised
  • Fixed a packet sync error related to translation system when on dedicated server
  • Chapter filenames are now again named after the chapter title (at the time of creation), as they used to be in 1.20 and earlier

2100.1.1 beta release (MC 1.21)

24 Jun 17:11
ec11c57
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed chapter and chapter group creation popups moving in and out with the chapter panel when it's not pinned.
  • Fixed crash when creating Kill and Advancement tasks
  • Fixed Fluid Tasks not loading correctly from older quest book data
  • Any translatable text loaded from older quest book data is now automatically migrated into the new translation system
    • A lang/en_us.snbt file will be auto-created under your config/ftbquests/quests folder when an older quest book is loaded
  • Removed a misleading "Click to Submit" tooltip from fluid tasks in the quest view panel
    • Fluid tasks can only be submitted via a Task Screen

2004.2.2 release (MC 1.20.4)

21 Jun 16:59
575c6ea
Compare
Choose a tag to compare

Added

  • Fluids in fluid tasks can now be shift-clicked to show recipes for the fluid in JEI or REI
    • Added a tooltip to fluid tasks when viewing quests to mention this

Fixed

  • Fixed Task Screen multiblocks being oversized
  • Removed misleading "Click to submit" tooltip from fluid tasks (fluid tasks can only be submitted via Task Screen)