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

StyleConstant creation #259

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

WaitingIdly
Copy link
Collaborator

changes in this PR:

  • create a common StyleConstant class for unifying formatting between various places for nbt, messages, info commands, and other things printed to chat. contains both TextFormatting and
  • make withNbt colored.
  • make Click to copy end with a colon :.
  • make a lot of instances in which TextFormatting.* + "" was done be converted into using setStyle instead.
  • fix Mekanism infusionTypes command logging just the names instead of the GroovyScript code to get the type
  • fix InfoParserOreDict having the incorrect text be copied.
  • fix JEI InfoParserTab not getting tabs if the catalyst stack size was different than expected.
  • extract InfoParserNBT magic numbers to be extracted to constants.
  • make NBT data letter types be lowercase f.x. F -> f.
  • adjust colors used and ensure consistency.

@WaitingIdly WaitingIdly added bug Something isn't working refactor Something is rewritten labels Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor Something is rewritten
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant