I had SOLVED
In my case, the problem was the "modname" folder (DONT USE CAPS)
Before fix it
\minecraft\assets\RSImbued\textures\
After
\minecraft\assets\rsimbued\textures\
i continued using caps in the code
public void registerIcons(IconRegister par1IconRegister)
{
this.itemIcon = par1IconRegister.registerIcon("RSImbued:___");
}
Perhaps some of those who have the problem can solve with this
I hope it will be helpful and sorry for my English level