Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package com.gmail.drdoom347.theop.items;
  2.  
  3. import net.minecraft.creativetab.CreativeTabs;
  4. import net.minecraft.item.Item;
  5.  
  6. public class ItemTheop extends Item
  7. {
  8. public ItemTheop(String name)
  9. {
  10. super();
  11. this.setCreativeTab(CreativeTabs.tabMisc);
  12. }
  13.  
  14. public ItemTheop() {
  15. // TODO Auto-generated constructor stub
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement