Fixed setting axe speed (#852)
This commit is contained in:
parent
8b67b8c196
commit
f774e0754a
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ public class ModItems
|
|||
|
||||
//Update the values associated with this material
|
||||
ItemAxe.ATTACK_DAMAGES[index] = damage;
|
||||
ItemAxe.ATTACK_SPEEDS[index] = damage;
|
||||
ItemAxe.ATTACK_SPEEDS[index] = speed;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue