mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-22 05:31:27 +01:00
Fixed %value% placeholder for Drill
This commit is contained in:
parent
19486b5d4f
commit
384ff82adb
@ -21,6 +21,11 @@ public class Drill extends EcoEnchant {
|
||||
);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getPlaceholder(final int level) {
|
||||
return EnchantmentUtils.chancePlaceholder(this, level);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBlockBreak(@NotNull final Player player,
|
||||
@NotNull final Block block,
|
||||
|
Loading…
Reference in New Issue
Block a user