Skip to content

Commit 4661903

Browse files
committed
Change the totem holder role color to yellow
1 parent 37857cb commit 4661903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/haykam821/totemhunt/game/role/HolderRole.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import net.minecraft.util.Formatting;
1010

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

1515
@Override

0 commit comments

Comments
 (0)