Skip to content

fix: class name typo#122

Merged
lonelyicer merged 1 commit intomainfrom
fix/typo
Mar 24, 2026
Merged

fix: class name typo#122
lonelyicer merged 1 commit intomainfrom
fix/typo

Conversation

@lonelyicer
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings March 24, 2026 22:07
@lonelyicer lonelyicer enabled auto-merge March 24, 2026 22:07
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

Fixes a typo in the Cave Explorer Beacon block-entity renderer class name so the public class name and its usage match the file name and expected renderer registration.

Changes:

  • Rename CaveExplorerBeaconRenererCaveExplorerBeaconRenderer (class + constructor).
  • Update the renderer registration to reference CaveExplorerBeaconRenderer.

Reviewed changes

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

File Description
src/main/java/com/altnoir/mia/core/event/client/RegisterEntityRendererEvent.java Updates block-entity renderer registration to use the corrected renderer class name.
src/main/java/com/altnoir/mia/common/block/entity/renderer/CaveExplorerBeaconRenderer.java Renames the public renderer class/constructor to match the file name and fix the typo.

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

@lonelyicer lonelyicer merged commit 9c9e110 into main Mar 24, 2026
7 checks passed
@lonelyicer lonelyicer deleted the fix/typo branch March 24, 2026 22:09
@github-actions
Copy link
Copy Markdown

Game Test Results

✅ Success

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

Workflow run: #415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants