Added millstone top texture

This commit is contained in:
Calclavia 2014-02-16 17:52:59 +08:00
parent 697d432f36
commit cee4358aae
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ public class BlockMillstone extends BlockTile
@Override @Override
public void registerIcons(IconRegister iconReg) public void registerIcons(IconRegister iconReg)
{ {
this.top = iconReg.registerIcon(Reference.PREFIX + "material_wood_top"); this.top = iconReg.registerIcon(Reference.PREFIX + "millstone_top");
super.registerIcons(iconReg); super.registerIcons(iconReg);
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB