We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45156b4 commit 0482f8cCopy full SHA for 0482f8c
src/main/java/parallelmc/parallelutils/modules/parallelitems/ParallelItems.java
@@ -313,7 +313,7 @@ private void registerItems() {
313
totemMeta.setCustomModelData(1000000);
314
315
ArrayList<Component> lore = new ArrayList<>();
316
- lore.add(Component.text("Protects you from dying in the void", NamedTextColor.DARK_PURPLE).decoration(TextDecoration.ITALIC, true));
+ lore.add(Component.text("Protects you from dying in the void", NamedTextColor.GRAY).decoration(TextDecoration.ITALIC, false));
317
lore.add(Component.text("Incompatible with Totem of Undying!", NamedTextColor.YELLOW).decoration(TextDecoration.ITALIC, false));
318
totemMeta.lore(lore);
319
0 commit comments