Added millstone top texture
This commit is contained in:
parent
697d432f36
commit
cee4358aae
2 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class BlockMillstone extends BlockTile
|
|||
@Override
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue