diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java index 12bf600e..da128115 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java @@ -64,7 +64,7 @@ public class EnchantDisplay extends DisplayModule { * @param plugin Instance of EcoEnchants. */ public EnchantDisplay(@NotNull final EcoPlugin plugin) { - super(plugin, DisplayPriority.HIGH); + super(plugin, DisplayPriority.LOW); keySkip = this.getPlugin().getNamespacedKeyFactory().create("ecoenchantlore-skip"); legacyV = this.getPlugin().getNamespacedKeyFactory().create("ecoenchantlore-v"); options = new DisplayOptions(this.getPlugin()); diff --git a/gradle.properties b/gradle.properties index 5d402fc1..063c06c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.48.1 +version = 8.48.2 plugin-name = EcoEnchants \ No newline at end of file