Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - //CustomSword.java
 - package com.example.examplemod;
 - import net.minecraft.creativetab.CreativeTabs;
 - import net.minecraft.item.ItemSword;
 - public class CustomSword extends ItemSword {
 - public CustomSword() {
 - super(ExampleMod.myToolMaterial);
 - // TODO Auto-generated constructor stub
 - this.setRegistryName("my_sword");
 - this.setUnlocalizedName("my_sword");
 - this.setCreativeTab(CreativeTabs.COMBAT);
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment