Add knock back 1 to the elf's bow
This commit is contained in:
@@ -49,7 +49,8 @@ public class ElfClass extends MineClassImpl {
|
||||
Material.BOW,
|
||||
Arrays.asList(
|
||||
new Pair<>(Enchantment.ARROW_INFINITE, 1),
|
||||
new Pair<>(Enchantment.ARROW_DAMAGE, 8))))
|
||||
new Pair<>(Enchantment.ARROW_DAMAGE, 8),
|
||||
new Pair<>(Enchantment.KNOCKBACK, 1))))
|
||||
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user