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

thin-font garbled #1808

Closed
4 tasks done
HoneyBearc opened this issue Jun 27, 2022 · 4 comments
Closed
4 tasks done

thin-font garbled #1808

HoneyBearc opened this issue Jun 27, 2022 · 4 comments
Labels
result: breaks graphics Affects graphics of the game type: bug Something isn't working type: clientside bug This is a bug that only Mojang can fix. It's a bug of the client itself. verdict: minecraft limitation This cannot be worked on because of a limitation of the game itself. verdict: workaround implemented A workaround is implemented to mitigate the issue.
Milestone

Comments

@HoneyBearc
Copy link

Terms

  • I'm using the very latest version of ItemsAdder and its dependencies.
  • I already searched on this Github page to check if the same issue was already reported.
  • I already searched on the plugin wiki to know if a solution is already known.
  • I already asked on the #💬ia-community-help channel on Discord to know if anyone already has a solution for the issue.

Discord tag (optional)

HoneyBearc#9030

What happened?

thin-font:
enabled: true
https://upload.cc/i1/2022/06/27/IpObMr.png
https://upload.cc/i1/2022/06/27/NGQwud.png

Steps to reproduce the issue

no

Server version

paper-1.19-39

ItemsAdder Version

3.2.0c-beta6

ProtocolLib Version

#570

LoneLibs Version

1.0.19

LightAPI Version (optional)

no

LibsDisguises Version (optional)

No response

FULL server log

No response

Error (optional)

No response

ItemsAdder config.yml

No response

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

@HoneyBearc HoneyBearc added the type: bug Something isn't working label Jun 27, 2022
@LoneDev6
Copy link
Collaborator

Can you open default.json file and set this?

{
    "providers": [
      {
        "type": "space",
        "advances": {
          " ": 1,
        }
      }
  ]
}

@HoneyBearc
Copy link
Author

Same problem after setup
not solved

@LoneDev6
Copy link
Collaborator

LoneDev6 commented Jun 27, 2022

Disable thin-font in config.yml and open default.json, then set this content, then run /iazip.

{
    "providers": [
        {
            "type": "space",
            "advances": {"\u0020": 4}
        },
        {
            "type": "legacy_unicode",
            "sizes": "minecraft:font/glyph_sizes.bin",
            "template": "minecraft:font/unicode_page_%s.png"
        }
    ]
}

In the next update this will be automated once thin-font is enabled, and /iazip is executed.

@LoneDev6 LoneDev6 changed the title hin-font garbled thin-font garbled Jun 27, 2022
@LoneDev6 LoneDev6 added verdict: minecraft limitation This cannot be worked on because of a limitation of the game itself. verdict: workaround implemented A workaround is implemented to mitigate the issue. type: clientside bug This is a bug that only Mojang can fix. It's a bug of the client itself. labels Jun 27, 2022
@LoneDev6 LoneDev6 added this to the 3.2.1 milestone Jun 27, 2022
@HoneyBearc
Copy link
Author

thanks problem solved

@PluginBugs PluginBugs locked and limited conversation to collaborators Jun 30, 2022
@LoneDev6 LoneDev6 added the result: breaks graphics Affects graphics of the game label Apr 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
result: breaks graphics Affects graphics of the game type: bug Something isn't working type: clientside bug This is a bug that only Mojang can fix. It's a bug of the client itself. verdict: minecraft limitation This cannot be worked on because of a limitation of the game itself. verdict: workaround implemented A workaround is implemented to mitigate the issue.
Projects
None yet
Development

No branches or pull requests

2 participants