Skip to content

Commit

Permalink
#415 Fix protection block enchantment
Browse files Browse the repository at this point in the history
  • Loading branch information
espidev committed Jul 4, 2024
1 parent e129e13 commit 36ac55f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public static ItemStack createProtectBlockItem(PSProtectBlock b) {

// add enchant effect if enabled
if (b.enchantedEffect) {
is.addUnsafeEnchantment(Enchantment.LURE, 0);
is.addUnsafeEnchantment(Enchantment.LURE, 1);
}

ItemMeta im = is.getItemMeta();
Expand Down

0 comments on commit 36ac55f

Please sign in to comment.