Skip to content

Commit 01a3e93

Browse files
committed
Updated to 5.10.8
1 parent b7b3bbc commit 01a3e93

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Plugin/src/main/java/com/willfp/ecoenchants/display/EnchantDisplay.java

-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ public static void update() {
6767
* It isn't recommended to mess with this unless you <b>really</b> know your way around EcoEnchants.
6868
*
6969
* @param item The item to modify
70-
*
7170
* @return The item, with KEY_V
7271
*/
7372
public static ItemStack addV(ItemStack item) {
@@ -83,7 +82,6 @@ public static ItemStack addV(ItemStack item) {
8382
* Revert display
8483
*
8584
* @param item The item to revert
86-
*
8785
* @return The item, updated
8886
*/
8987
public static ItemStack revertDisplay(final ItemStack item) {
@@ -125,7 +123,6 @@ public static ItemStack displayEnchantments(final ItemStack item) {
125123
* Show all enchantments in item lore
126124
*
127125
* @param item The item to update
128-
*
129126
* @return The item, updated
130127
*/
131128
public static ItemStack displayEnchantments(final ItemStack item, boolean hideEnchants) {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 5.10.7
1+
version = 5.10.8
22
plugin-name = EcoEnchants

0 commit comments

Comments
 (0)