Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #759

Merged
merged 25 commits into from
Jan 10, 2025
Merged

Dev #759

merged 25 commits into from
Jan 10, 2025

Conversation

desht
Copy link
Contributor

@desht desht commented Jan 10, 2025

Quite a few changes here!

desht added 23 commits November 7, 2024 12:27
Deprecated QuestFile#getOrCreateTeamData(Player) in favour of
 getTeamData(Player player), which returns an Optional. It's possible for this
 to empty if FTB Teams hasn't init'd the player data yet, which can happen
 when new players join the server.

FTBTeam/FTB-Mods-Issues#1383
…figured

Allows panning while left-clicking over a background image
Can happen if a quest has multiple optional tasks where completing one
task completes the quest.

FTBTeam/FTB-Mods-Issues#1390
Just use a simple string argument type for quest object IDs

QuestObjectArgument depends on the server quest file being loaded,
  which breaks using ftbquests commands in MC functions; these are
  parsed much sooner than the quest file can be loaded.

FTBTeam/FTB-Mods-Issues#1422
Caveat: only saves translations this client knows about (i.e. that the
server has sync'd to it). Saving every known translation is planned for a
future version.
Rewards the player with one of every entry from the given reward table,
regardless of weighting.

FTBTeam/FTB-Mods-Issues#32
Lock icon controllable via both a quest file setting and player preferences
Enabled by default

FTBTeam/FTB-Mods-Issues#1448
Necessary for translations to work for them in the new 1.21
translations system.

Also a few other small fixes & improvements to the reward table
editor in general.

FTBTeam/FTB-Mods-Issues#1442
Useful to extract items with custom components (e.g. FFS Smart Filters)
  if you don't have a copy of the item to hand.
@desht desht requested a review from MichaelHillcox January 10, 2025 12:21
@desht desht merged commit 810c4c8 into main Jan 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants