Skip to content

feat: jade compat#123

Merged
lonelyicer merged 2 commits intomainfrom
feat/abyss-spawenr-cooldown-jade-compat
Mar 29, 2026
Merged

feat: jade compat#123
lonelyicer merged 2 commits intomainfrom
feat/abyss-spawenr-cooldown-jade-compat

Conversation

@lonelyicer
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 29, 2026 00:11
@github-actions github-actions bot added the enhancement New feature or request label Mar 29, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 29, 2026

Game Test Results

✅ Success

Metric Value
Total Tests 1
Passed 1
Failed 0
Duration 498.0 ms

Workflow run: #419

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Jade (WTHIT) compatibility to display Abyss Spawner cooldown information in the tooltip UI, plus supporting localization/utility updates.

Changes:

  • Introduce a Jade plugin + component provider that sends spawner cooldown from server to client tooltip.
  • Track and expose remaining cooldown ticks in AbyssTrialSpawner.
  • Add tooltip localization key(s) and minor lang/tag ordering fixes.

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/main/resources/assets/mia/lang/default/tooltip.json Adds default tooltip translation for abyss spawner cooldown.
src/main/java/com/altnoir/mia/util/MiaUtil.java Adds tick-to-mm:ss formatting helper.
src/main/java/com/altnoir/mia/core/spawner/AbyssTrialSpawner.java Tracks/exposes remaining cooldown for external UI.
src/main/java/com/altnoir/mia/compat/jade/MiaJadePlugin.java Registers Jade providers for Abyss Spawner tooltip/data.
src/main/java/com/altnoir/mia/compat/jade/AbyssSpawnerComponentProvider.java Sends cooldown via serverData + renders tooltip line.
src/generated/resources/data/mia/tags/item/artifact_modifiers_material.json Reorders tag values (no functional change).
src/generated/resources/assets/mia/lang/en_us.json Fixes spacing typo and adds abyss spawner cooldown translation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@lonelyicer lonelyicer merged commit 7eefcf4 into main Mar 29, 2026
3 checks passed
@lonelyicer lonelyicer deleted the feat/abyss-spawenr-cooldown-jade-compat branch March 29, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants