FTB Quests Versions Save

Quests is one of the best Questing mods for Minecraft out there. It has a highly customisable questing system and an easy to use interface.

v2004.1.2

2 weeks ago

Fixed

  • (Fabric only) Mod dependency fix causing conflicts with FTB Library version

v2001.4.1-beta

3 weeks ago

Fixed

  • Fixed popup textfield for Checkbox task creation not rendering (more precisely, rendering off-screen...)
  • Requires FTB Library 2001.2.1, which also contains several GUI-related fixes
    • Fixed client crash when double-clicking some long text lines for editing in the view quest panel
    • Fixed keypresses getting ignored after popup textfields (e.g. creating Checkbox tasks) are dismissed
    • Fixed popup textfields rendering partially offscreen under some circumstances

v2001.4.0-beta

1 month ago

Changed

  • Significant GUI overhaul and cleanup in several places (backported improvements from 1.20.4)
    • FTB Library 2001.2.0 is a requirement

v2004.2.0-beta

1 month ago

Changed

  • Ported to Minecraft 1.20.4. Supported on Forge, NeoForge and Fabric.
  • Some GUI enhancements in a few places.

v2001.3.5

2 months ago

Fixed

  • Fixed crash under some circumstances (not always reproducible) when opening the Key Reference panel
  • Fixed images rendering over and hiding quest dependency lines (bug introduced in last release)

v2001.3.4

2 months ago

Added

  • The color of dependency lines for uncompleted quests is now themable
    • Use the "dependency_line_uncompleted_color" setting in ftb_quests_theme.txt (a resource pack file)
    • Default is #B4CCA3A3, which is the same as the previous color (a washed-out red tint)
  • Added "Icon Scaling" property for quests (default: 1.0)
    • Allows the quest icon to be scaled separately from the overall quest button size, which can be useful for a good appearance with some button shapes

Fixed

  • Fixed client-side config (from "User Preferences" button) not getting properly persisted
  • User Preferences screen SSP pause behaviour now follows main screen's pause behaviour

v2001.3.3

3 months ago

Added

  • Tooltips for images (the "Hover Text" image property) now support using translation keys
    • Literal text still works, as before

Fixed

  • Mitigate performance hit for calculating displayable items when item filters (either FTB Filter System or Item Filter) are in use
    • There is an unavoidable client-side performance cost here which can be noticeable when opening a large quest book with many filters, but this should reduce it somewhat
  • Fixed connection lines sometimes being rendered to invisible quest dependencies
  • When a player leaves a party team, their claimed-reward data is now copied back to their own team
    • Although all quest progress is reset when a player leaves a party (to the point where they joined the party), claimed-reward data should be preserved so that rewards can't be claimed more than once by a player
  • Fixed some text formatting in the key reference popup panel (text wasn't always wrapping correctly)

v2001.3.2

3 months ago

Fixed

  • Fix NPE when opening on empty quest book

v2001.3.1

3 months ago

Added

  • Added back support for the {p} expansion in command rewards
    • Although @p and @s are the recommended ways to get the player name, {p} is once more supported as a workaround for mods/plugins which don't properly use vanilla command parsing
  • Improved copy/paste keyboard behaviour a little
    • Ctrl-C to copy now also works on images
    • If no quests/images are selected, Ctrl-C will work to copy the hovered quest/image

Fixed

  • A quest in the first chapter set as Autofocused (feature added in 2001.2.1) wasn't being autofocused on initial opening of the quest book
  • Hopefully mitigate a large amount of server lag (only noticeable in very big quest books) when an item is crafted (or manually smelted)
  • Fixed the "Always Invisible" chapter property not being correctly observed when not in edit mode
  • Fixed toggling editor mode not working in an SSP world which has been opened to LAN to enable cheats

v2001.3.0-beta

5 months ago

Changed

  • Reworked support for external item filtering mods significantly
    • Added FTB Quests API (see ItemFilterAdapter class) to allow for registration of external item filtering mods
    • Support for item filtering mods is now handled via FTB XMod Compat (version 2001.2.0+), which uses the above API
    • The Item Filters mod is now an optional dependency
    • The newly-released FTB Filter System mod is now also an optional dependency

Fixed

  • Control-left-clicking an image now correctly toggles its selected status