We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37857cb commit 4661903Copy full SHA for 4661903
src/main/java/io/github/haykam821/totemhunt/game/role/HolderRole.java
@@ -9,7 +9,7 @@
9
import net.minecraft.util.Formatting;
10
11
public class HolderRole extends Role {
12
- 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);
13
private static final ItemStack TOTEM = new ItemStack(Items.TOTEM_OF_UNDYING);
14
15
@Override
0 commit comments