Fix Bound Tools having high damage while deactivated
This commit is contained in:
parent
cc66af7eb1
commit
352d2ab35c
5 changed files with 33 additions and 6 deletions
|
@ -27,7 +27,7 @@ public class ItemBoundShovel extends ItemBoundTool
|
|||
|
||||
public ItemBoundShovel()
|
||||
{
|
||||
super("shovel", 5, EFFECTIVE_ON);
|
||||
super("shovel", 1, 5, EFFECTIVE_ON);
|
||||
setRegistryName(Constants.BloodMagicItem.BOUND_SHOVEL.getRegName());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue