Files
bnstoolkit/gradle.properties
Matt 7bf721bf15
Build / build (push) Has been cancelled
0.8.3: Adventurer's Journal becomes the "what's available + where to go" view
Rebuilt the Journal as a town-board view rather than just personal status.
Five sections, top to bottom:

1. Available Bounties — today's full pool of 5 with rewards + state
   markers (active/ready/cooldown). Header: "Visit the Bounty Officer
   at the Adventurer's Guild"
2. Plots For Sale — every plot with state (for sale / taken by X /
   yours). Header: "Visit the Plot Clerk at the Plot Office"
3. Exchange Rates — each wealth-token with list + your effective rate.
   Header: "Visit the Exchange Clerk at the Exchange"
4. Civic Tier — your current + next-tier cost. Header: "Visit the Civic
   Registrar at the Town Hall"
5. Your Status — active bounty progress bars, owned plot count, wealth
   summary

Each section header includes the NPC name + building so players know
which spawn building to walk to. The Journal itself is still read-only;
all transactions happen at the NPCs.

Content overflows the 360x220 screen, so the body uses a PanelScrollBar
(right edge) for vertical scrolling. Mouse wheel scrolls too.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 18:30:03 +00:00

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.8.3
mod_group_id=uk.sijbers.bnstoolkit