Skip to content

Commit 0482f8c

Browse files
committed
Thanks db
1 parent 45156b4 commit 0482f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/parallelmc/parallelutils/modules/parallelitems/ParallelItems.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ private void registerItems() {
313313
totemMeta.setCustomModelData(1000000);
314314

315315
ArrayList<Component> lore = new ArrayList<>();
316-
lore.add(Component.text("Protects you from dying in the void", NamedTextColor.DARK_PURPLE).decoration(TextDecoration.ITALIC, true));
316+
lore.add(Component.text("Protects you from dying in the void", NamedTextColor.GRAY).decoration(TextDecoration.ITALIC, false));
317317
lore.add(Component.text("Incompatible with Totem of Undying!", NamedTextColor.YELLOW).decoration(TextDecoration.ITALIC, false));
318318
totemMeta.lore(lore);
319319

0 commit comments

Comments
 (0)