Updated to 1.5.2, Forge build 688

This commit is contained in:
brikeener
2013-05-08 16:29:01 -04:00
parent 815dfdc15d
commit 8cfb157699
13 changed files with 33 additions and 32 deletions

View File

@@ -42,7 +42,7 @@ public class ItemRiftBlade extends itemDimDoor
this.weaponDamage =8;
// this.iconIndex=5;
// this.itemIcon=5;
this.setMaxDamage(500);
this.hasSubtypes=false;
//TODO move to proxy
@@ -290,7 +290,7 @@ public class ItemRiftBlade extends itemDimDoor
}
public void registerIcons(IconRegister par1IconRegister)
{
this.iconIndex = par1IconRegister.registerIcon(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
this.itemIcon = par1IconRegister.registerIcon(mod_pocketDim.modid + ":" + this.getUnlocalizedName());
}
public int getItemEnchantability()