Removed Redundant Textures
Removed copies of item textures that simply had other names. Some textures are broken now. I'll fix that in a moment.
This commit is contained in:
@@ -32,6 +32,7 @@ public class itemRiftRemover extends Item
|
||||
@Override
|
||||
public void registerIcons(IconRegister par1IconRegister)
|
||||
{
|
||||
System.out.println(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
|
||||
this.itemIcon = par1IconRegister.registerIcon(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user