Switch new constructor to use floats (#2904)
This commit is contained in:
parent
df7c7d6dfc
commit
48cc7582cc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
this.field_185065_c = field_185067_n[p_i45327_1_.ordinal()];
|
||||
}
|
||||
|
||||
+ protected ItemAxe(Item.ToolMaterial material, int damage, int speed)
|
||||
+ protected ItemAxe(Item.ToolMaterial material, float damage, float speed)
|
||||
+ {
|
||||
+ super(material, field_150917_c);
|
||||
+ this.field_77865_bY = damage;
|
||||
|
|
Loading…
Reference in a new issue