8cc2e45011
Build / build (push) Has been cancelled
QuestLogScreen reworked from a generic status summary into a proper adventure journal. Three sections, top to bottom: - Active Bounties (N / cap) with progress bars + reward preview - Counting House Rates — every wealth-token's effective per-unit spur payout for the player's tier fee + lifetime DR. Lets players check rates from the field instead of travelling to the Counting House. - Owned Plots (N / cap) - Footer: "FTB Quests is a separate mod — open your Quest Book item" Lang title changed to "Adventurer's Journal" so it's distinct from the FTB Quests system. Internal class + key stay QuestLog* for backward-compat of /bns open questlog. BaseBnsScreen.makeBackOrClose(screen) — labels the close button "Back" with a back-arrow when FTB Library's previous-screen is set, "Close" otherwise. Hub now passes the current screen wrapper as the previous screen when opening the Journal, so close-from-Journal returns to Hub. Bug fix: sub-panel children now pass `this` correctly to their parent (was missing — same FTB Library latent bug). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
24 lines
681 B
Properties
24 lines
681 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.daemon=true
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
org.gradle.configuration-cache=true
|
|
|
|
# Parchment mappings (parameter names + javadocs)
|
|
parchment_minecraft_version=1.21.1
|
|
parchment_mappings_version=2024.11.17
|
|
|
|
# Environment Properties — must match the live BNS server
|
|
minecraft_version=1.21.1
|
|
minecraft_version_range=[1.21.1]
|
|
neo_version=21.1.228
|
|
loader_version_range=[1,)
|
|
|
|
## Mod Properties
|
|
mod_id=bnstoolkit
|
|
mod_name=Brass and Sigil Toolkit
|
|
mod_license=All Rights Reserved
|
|
mod_version=0.6.2
|
|
mod_group_id=uk.sijbers.bnstoolkit
|