Advertisement
Corosus

Untitled

Mar 15th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.44 KB | None | 0 0
  1. @SideOnly(Side.CLIENT)
  2.     public void func_94332_a(IconRegister par1IconRegister)
  3.     {
  4.         this.barricadeTopTexIDs = new Icon[7];
  5.  
  6.         for (int i = 0; i < this.barricadeTopTexIDs.length - 1; ++i)
  7.         {
  8.             this.barricadeTopTexIDs[i] = par1IconRegister.func_94245_a("ZombieCraft:barricade" + i);
  9.         }
  10.         this.barricadeTopTexIDs[6] = par1IconRegister.func_94245_a("ZombieCraft:barricadebottom");
  11.        
  12.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement