We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e129e13 commit 36ac55fCopy full SHA for 36ac55f
src/main/java/dev/espi/protectionstones/ProtectionStones.java
@@ -465,7 +465,7 @@ public static ItemStack createProtectBlockItem(PSProtectBlock b) {
465
466
// add enchant effect if enabled
467
if (b.enchantedEffect) {
468
- is.addUnsafeEnchantment(Enchantment.LURE, 0);
+ is.addUnsafeEnchantment(Enchantment.LURE, 1);
469
}
470
471
ItemMeta im = is.getItemMeta();
0 commit comments