@SideOnly(Side.CLIENT)
@Override
public void registerBlockIcons(IIconRegister iconRegister)
{
this.iconTop = new IIcon[2];
this.iconBottom = new IIcon[2];
this.iconTop[0] = iconRegister.registerIcon(SnapDoors.modId + ":" + this.getTextureName() + "_upper");
this.iconBottom[0] = iconRegister.registerIcon(SnapDoors.modId + ":" + this.getTextureName() + "_lower");
this.iconTop[1] = new IconFlipped(this.iconTop[0], true, false);
this.iconBottom[1] = new IconFlipped(this.iconBottom[0], true, false);
}
BlockDoors.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:SnapDoors
作者:
评论列表
文章目录