Skip to content

Conversation

@tdgao
Copy link
Contributor

@tdgao tdgao commented Jan 5, 2026

Changes:

  • added new version uploading stages based on figma designs
    • breadcrumbs in MultiStageModal
    • jump directly to next stage after adding files
    • new metadata stage
    • new details stage
    • new suggested dependencies to match designs
    • updated edit version buttons accordingly
  • added edit version buttons in version page
  • fixed dropzone area to work for dropping files directly into add versions pages, included stories for file accept test cases
  • refactored infer.js to use modules and typescript
    • added better detection for RPs and DPs
    • added fallback filename version number/subtitle extraction
    • updated mc pack format to match 25w31a+ format, to better detect MC versions
  • update environment tags in versions to give more info and be consistent

return []
}
const ranges = Array.isArray(range) ? range : [range]
// Normalize ranges: strip trailing hyphens from version numbers used by Fabric for prerelease matching (e.g., ">=1.21.11-" -> ">=1.21.11")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was to fix how fabric was formatting their semvar minecraft versions in their metadata

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants