Skip to content

Missing Detail on EmoteParticle #1852

Description

@Foxyas

the "icon" seems to scale up/down with the size of the entity in the game changed, which doesn't happen in the mod.

my suggestion is to add this in the tick method ->
if (track instanceof LivingEntity livingTrack) {
float size = 0.3f * livingTrack.getScale();
this.setSize(size, size);
this.quadSize = 0.3f * livingTrack.getScale();
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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