Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SFTweaks, a companion mod to help with pack support and bugfixes #462

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

Dutchs
Copy link
Collaborator

@Dutchs Dutchs commented Feb 21, 2025

This PR relies on: https://www.curseforge.com/minecraft/mc-mods/sftweaks
Main additions, so far:

A config for tracking modpack version:

.\config\SFTweaks.cfg which in turn is used to log the version in a couple of places:

  • latest.log during boot:
  • in crashlogs
  • $modpack_version$ will be replaced in the motd/server name in server.properties

Bugfixes:

  • Stop MobSpawners from dropping exp orbs when broken.

Some changes to AccessibilityOnboardingScreen

783f6683-1830-4114-a9bc-0e363e1a0ce2

After clicking Continue

1bd34b78-784d-4b59-9793-686ee1161eee
Fixes #37

@Dutchs
Copy link
Collaborator Author

Dutchs commented Feb 21, 2025

This mod will allow me to add specific pack fixes in the future where the only choice we have is a mod/mixin.
I also plan on enforcing or warning the player when they try to join a server with a different pack version, but that part of the mod was not completely implemented yet.

@Darkosto Darkosto merged commit 74394ef into DarkPacks:develop Feb 22, 2025
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.

Button overlap on Accessibility/Welcome screen
2 participants