Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix badges link for VipBadge
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Sep 12, 2023
1 parent a572b8b commit 8d9ed9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public VipBadge(UnicacityAddon unicacityAddon) {

@Override
public void render(Stack stack, float x, float y, NetworkPlayerInfo player) {
Icon icon = Icon.sprite16(ResourceLocation.create("unicacityaddon", "themes/vanilla/textures/badges.png"), 1, 0);
Icon icon = Icon.sprite16(ResourceLocation.create("unicacityaddon", "themes/vanilla/textures/sprite/badges.png"), 1, 0);
icon.render(stack, x + 3, y + 1, 6);
}

Expand Down

0 comments on commit 8d9ed9c

Please sign in to comment.