Skip to content

Conversation

@Lovinoes
Copy link

@Lovinoes Lovinoes commented Dec 27, 2025

This PR replaces the old Fabric egg from #99 with a completely rewritten version. The previous PR has not been updated for some time, so this update ensures full compatibility and maintainability.

  • Switched from Debian/bash to Alpine/ash for better container compatibility
  • Defaulted all user variables to latest stable
  • Added snapshots support
  • Validates user input and falls back to latest if invalid
  • Fetches server jar directly, no Java installer required

closes #22

Checklist for all submissions

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you tested and reviewed your changes with confidence that everything works?
  • Did you branch your changes and PR from that branch and not from your master branch?
  • Does your submission pass tests (server is connectable)?
  • You verify that the start command applied does not use a shell script
  • The egg was exported from the panel

Completely rewrote the Fabric egg:

- Switched from Debian/bash to Alpine/ash for better container compatibility
- Defaulted all user variables (MC_VERSION, LOADER_VERSION, FABRIC_INSTALLER_VERSION) to latest stable
- Added snapshots support
- Validates user input and falls back to latest if invalid
- Fetches server jar directly, no Java installer required
Copy link

@kerpsondev kerpsondev left a comment

Choose a reason for hiding this comment

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

works well

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.

[Bug]: Minecraft eggs should not force enable-query=true in server.properties, but should set query.port

2 participants