Fixed hull itemblocks using invalid textures

This commit is contained in:
LemADEC 2017-04-28 02:21:30 +02:00
parent 275b5e4b8e
commit e5e2eeffb8

View file

@ -24,8 +24,8 @@ public class ItemBlockHull extends ItemBlock {
@Override
@SideOnly(Side.CLIENT)
public IIcon getIconFromDamage(int p_77617_1_) {
return field_150939_a.getIcon(2, BlockColored.func_150031_c(p_77617_1_));
public IIcon getIconFromDamage(final int damage) {
return field_150939_a.getIcon(2, damage);
}
@Override