Skip to content

Commit 19a646b

Browse files
committed
remove line of lore + bump version
1 parent 0d24e52 commit 19a646b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = 'org.parallelmc'
10-
version = '1.18.14'
10+
version = '1.18.15'
1111
description = 'A set of utilities and features for use on the Parallel Minecraft server'
1212

1313
java {

src/main/java/parallelmc/parallelutils/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Constants {
44

5-
public static final Version VERSION = new Version(1, 18, 14);
5+
public static final Version VERSION = new Version(1, 18, 15);
66
public static final String PLUGIN_NAME = "ParallelUtils";
77
public static final String DEFAULT_WORLD = "world2";
88
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ private void registerItems() {
314314

315315
ArrayList<Component> lore = new ArrayList<>();
316316
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));
318317
totemMeta.lore(lore);
319318

320319
totemMeta.getPersistentDataContainer().set(key, PersistentDataType.INTEGER, 7);

0 commit comments

Comments
 (0)