Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import net.minecraft.creativetab.CreativeTabs;
- import net.minecraft.item.Item;
- public class EmeraldSword extends Item
- {
- public EmeraldSword() {
- setMaxStackSize(64);
- setCreativeTab(CreativeTabs.tabMisc);
- setUnlocalizedName("Emerald Sword");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement