File Details
[NEOFORGE][1.21.1] FTB Quests 2101.1.23
- R
- Mar 18, 2026
- 1.40 MB
- 1.1M
- 1.21.1
- NeoForge
File Name
ftb-quests-neoforge-2101.1.23.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[2101.1.23]
Added
- Major rework of the "Claim all Rewards" GUI (opened by the button at the top-right)
- No longer immediately claims everything; now pops up a friendly list of claimable rewards, sorted by chapter and quest
- Claim rewards individually or use the "Claim all Rewards" button in that screen to claim all auto-claimable rewards
- Note that some rewards (those which require a choice or random loot table rewards) must be claimed individually
Changed
- Quest started and completed events are now also fired on the client
- See the
ObjectStartedEventandObjectCompletedEventarchitectury events - If you are listening for these events, note that they are now fired twice, once on server and once on client
event.getData().getQuestFile().isServerSide()can be used to easily determine which side you're on- Events fired client-side always have empty lists for
event.getOnlineMembers()andevent.getNotifiedPlayers()
- See the
Fixed
- Fixed the XP Levels reward type (exp amount always getting set to 0)
- The
/ftbquests open_bookcommand now works for chapter ID's again, as it used to
Support
If you have any issues with this mod, please report them on our Issue Tracker