Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public class ItemKey extends Item {
  2.     public ItemKey() {
  3.         setUnlocalizedName("key");
  4.         setRegistryName("key");
  5.         setCreativeTab(CreativeTabs.MATERIALS);
  6.     }
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement