Fix #1679
This commit is contained in:
parent
8270f57e6f
commit
76c81c9e90
1 changed files with 4 additions and 0 deletions
|
@ -168,4 +168,8 @@ public class ItemChainsaw extends ItemAxe implements IEnergyItemInfo {
|
|||
return transferLimit;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemEnchantability() {
|
||||
return 20;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue