Skip to content

Instantly share code, notes, and snippets.

@Jezza
Created May 1, 2014 12:40
Show Gist options
  • Select an option

  • Save Jezza/fd80a6bc460b54a7bfe7 to your computer and use it in GitHub Desktop.

Select an option

Save Jezza/fd80a6bc460b54a7bfe7 to your computer and use it in GitHub Desktop.
@Override
@SideOnly(Side.CLIENT)
public void registerBlockIcons(IIconRegister iconRegister) {
blockIcon = iconRegister.registerIcon(Reference.MOD_ID + ":" + getUnlocalizedName().replace("tile.", ""));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment