Switch new constructor to use floats (#2904)

This commit is contained in:
The-Fireplace 2016-05-24 21:58:22 -05:00 committed by LexManos
parent df7c7d6dfc
commit 48cc7582cc

View file

@ -4,7 +4,7 @@
this.field_185065_c = field_185067_n[p_i45327_1_.ordinal()]; 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); + super(material, field_150917_c);
+ this.field_77865_bY = damage; + this.field_77865_bY = damage;