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

Updated MixinBooter to 10.5, fixes Corpse's gui issues #623

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

Rongmario
Copy link
Contributor

Issue was found in Cleanroom's environment because of the switch from LWJGL 2 => 3. Using GLFW exasperated the problem.

Copy link

what-the-diff bot commented Feb 7, 2025

PR Summary

  • Upgrade of mixinbooter dependency version
    The dependency version of mixinbooter was escalated from 9.1 to 10.5 in our main configuration file build.gradle. This upgrade improves the system's functionality and compatibilities.

  • Integration of a new mod dependency: corpse
    A new mod, corpse, was added to the list of dependencies in our dependencies.gradle file, introducing a range of new features.

  • Configuration option for corpse
    An option to adapt the new corpse mod to specific user preferences was embodied in the gradle.properties file.

  • Requirement Update for mod dependencies
    The mod dependencies were updated to necessitate mixinbooter version 10.5 in UniversalTweaks.java in order to take advantage of the new features and bug fixes that come with the upgrade.

  • Introduction of CorpseCategory Configuration Category
    A new configuration category named CorpseCategory was introduced in UTConfigMods.java. This is intended to give users a more granulated control over their GUI operations.

  • Incorporation of conditional mixin for corpse mod
    A conditional mixin for the corpse mod was introduced in UTMixinLoader.java, this feature allows our application to dynamically adapt the module based on certain conditions.

  • Creation of Mixin Class for Message Operations
    A new mixin class called UTMessageOpenHistoryMixin.java was added. The purpose of this class is to manage operations related to the MessageOpenHistory class messages.

  • Configuration for corpse mixin integration
    With the introduction of the corpse mod, a new configuration file, mixins.mods.corpse.json, was created to facilitate its seamless integration into the existing system.

@ACGaming ACGaming merged commit e638584 into ACGaming:main Feb 7, 2025
1 check failed
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.

2 participants