Guest User

Untitled

a guest
Jun 7th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package ed.AventS.mod.Item;
  2.  
  3. import ed.AventS.mod.AventS;
  4. import net.minecraft.client.renderer.texture.IIconRegister;
  5. import net.minecraft.item.Item;
  6.  
  7. public class AvItem extends Item
  8. {
  9. public AvItem()
  10. {
  11. this.setCreativeTab(AventS.AdvenTsTab);
  12. }
  13.  
  14. }
Add Comment
Please, Sign In to add comment