Skip to content

Some mods might have own references to font texture file #4

@fhntv24

Description

@fhntv24

For example, Moticons replaces font renderer with it's own version of it, and it doesn't save ResourceLocation from original fontRenderer. Because of that, fat textures might not be used.

There is two ways of dealing with that, that I do see:

  1. Patch that classes. It could be done using whitelist of classes that needed to be patched, or just patching evrything wich is dumb.
  2. Patch FontRenderer constructor, so it will replace ResourceLocation if it points at default texture

Or you can just replace default font texture, but why would you do so?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions