Skip to content

Add custom dimension mapping#2024

Merged
clankstar merged 11 commits intoHiveGamesOSS:developfrom
anyoung-mc:main
Apr 9, 2026
Merged

Add custom dimension mapping#2024
clankstar merged 11 commits intoHiveGamesOSS:developfrom
anyoung-mc:main

Conversation

@anyoung-mc
Copy link
Copy Markdown

Add a Dimension registry with default definitions for built in dimensions.
Add a dimension mapping file to allow adding your own custom definition for mapping.

@anyoung-mc anyoung-mc requested a review from a team as a code owner March 5, 2026 15:41
Copy link
Copy Markdown
Collaborator

@FormallyMyles FormallyMyles left a comment

Choose a reason for hiding this comment

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

Initial review from just reading the code:

  • I'd replace usages of var with the type to keep it consistent with the rest of Chunker.
  • If it's within scope I'd make a JSON schema in app/ui/public/schemas/custom_dimensions.schema.json just to keep the documentation in line with our other stuff (the directory has examples for stuff like pruning).

Otherwise most of the comments are just keeping the documentation inline with what we already have.

@anyoung-mc anyoung-mc requested a review from FormallyMyles March 5, 2026 20:50
Copy link
Copy Markdown
Collaborator

@FormallyMyles FormallyMyles left a comment

Choose a reason for hiding this comment

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

Minor comments but otherwise the code is looking good

Comment thread cli/src/main/java/com/hivemc/chunker/cli/messenger/Messenger.java Outdated
Comment thread app/ui/public/schemas/custom_dimensions.schema.json Outdated
@anyoung-mc anyoung-mc requested a review from FormallyMyles March 9, 2026 15:18
Comment thread cli/src/main/java/com/hivemc/chunker/cli/CLI.java Outdated
Copy link
Copy Markdown
Collaborator

@FormallyMyles FormallyMyles left a comment

Choose a reason for hiding this comment

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

Few last minor comments

@anyoung-mc anyoung-mc changed the base branch from main to develop March 27, 2026 20:44
@FormallyMyles FormallyMyles self-requested a review March 29, 2026 09:44
Copy link
Copy Markdown
Collaborator

@FormallyMyles FormallyMyles left a comment

Choose a reason for hiding this comment

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

Feedback from the rebase

@anyoung-mc anyoung-mc requested a review from FormallyMyles April 1, 2026 16:28
@clankstar clankstar merged commit ffcf69d into HiveGamesOSS:develop Apr 9, 2026
1 check 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.

3 participants