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

Use java logger when loader logger api isn't available #159

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

thecatcore
Copy link
Member

@thecatcore thecatcore commented Feb 10, 2024

Supersedes #145
Should fix crash with Quilt even tho we don't officially support it.

/**
* Represents a boolean value which can be true, false or refer to a default value.
*/
public enum TriState {
Copy link
Contributor

Choose a reason for hiding this comment

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

wait why does this exist

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

logger-api was supposed to be a standalone module, and technically every module depends on it so... what should we do in this case?

Copy link
Contributor

Choose a reason for hiding this comment

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

logger-api was supposed to be a standalone module, and technically every module depends on it so... what should we do in this case?

that's fine, logger api could depend on api base. could also move logger api into api base

Copy link
Member Author

Choose a reason for hiding this comment

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

Hm, I know some projects that uses it outside of LegacyFabric too...

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.

None yet

3 participants