Skip to content

Commit 36ac55f

Browse files
committed
#415 Fix protection block enchantment
1 parent e129e13 commit 36ac55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/espi/protectionstones/ProtectionStones.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ public static ItemStack createProtectBlockItem(PSProtectBlock b) {
465465

466466
// add enchant effect if enabled
467467
if (b.enchantedEffect) {
468-
is.addUnsafeEnchantment(Enchantment.LURE, 0);
468+
is.addUnsafeEnchantment(Enchantment.LURE, 1);
469469
}
470470

471471
ItemMeta im = is.getItemMeta();

0 commit comments

Comments
 (0)