Skip to content

Releases: FTBTeam/FTB-Quests

2100.1.0 beta release (MC 1.21)

21 Jun 06:37
8059937
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to Minecraft 1.21. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge
  • The way translations are handled has changed significantly in this release
    • Translation text is now stored separately from other quest data, under the lang/ folder with the quest book folder hierarchy, in a file named after the locale, e.g. lang/en_us.snbt
    • This should make it easier to produce translations in the future, since all text is located in one place.
    • Editing language can be overridden via client preferences; default is to use whatever Minecraft language is in force. When text is edited in-game, it's stored in the appropriate language file based on the active editing locale.
    • Text which doesn't have a translation in the current locale (but does in the en_us locale) is highlighted when in edit mode.
    • Changes do not affect the player experience

2001.4.6 release (MC 1.20.1)

11 Jun 14:40
d22566e
Compare
Choose a tag to compare

Fixed

  • Fixed right-clicking a quest (outside edit mode) ignoring the "Hide Details Until Startable" property

2004.2.1 release (MC 1.20.4)

07 Jun 16:58
f664e62
Compare
Choose a tag to compare

[2004.2.2]

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

2001.4.5 release (MC 1.20.1)

28 May 10:24
a47b1af
Compare
Choose a tag to compare

Fixed

  • Actually fixed the issue that should have been fixed in 2001.4.4
    • The previous fix worked for 50% of possible stack sizes, and the wrong 50% was used in testing...

2001.4.4 release (MC 1.20.1)

22 May 08:19
cd9bbea
Compare
Choose a tag to compare

Fixed

  • Fixed issue where larger itemstack sizes when creating item tasks led to a "missing" (empty) item in the task

2001.4.3 release (MC 1.20.1)

20 May 11:29
9808527
Compare
Choose a tag to compare

Fixed

  • Fixed positioning of text entry popup when adding XP or XP Levels rewards to a quest
    • Popup was being positioned off-screen depending on game resolution and quest screen scroll position

2001.4.2 release (MC 1.20.1)

04 May 10:55
2c15500
Compare
Choose a tag to compare

Fixed

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

2001.4.1 release (MC 1.20.1)

22 Apr 15:59
81614b2
Compare
Choose a tag to compare

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

2001.4.0 release (MC 1.20.1)

17 Apr 10:37
1a889e1
Compare
Choose a tag to compare

Changed

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

2004.2.0 release (MC 1.20.4)

27 Mar 09:24
300d61b
Compare
Choose a tag to compare
Pre-release

Changed

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