Skip to content

Commit

Permalink
Change the totem holder role color to yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Jun 21, 2024
1 parent 37857cb commit 4661903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import net.minecraft.util.Formatting;

public class HolderRole extends Role {
private static final Text NAME = Text.translatable("text.totemhunt.role.holder").formatted(Formatting.GOLD);
private static final Text NAME = Text.translatable("text.totemhunt.role.holder").formatted(Formatting.YELLOW);
private static final ItemStack TOTEM = new ItemStack(Items.TOTEM_OF_UNDYING);

@Override
Expand Down

0 comments on commit 4661903

Please sign in to comment.