Posted March 2, 201411 yr Here is what I have so far: public class ItemWelder extends Item { public ItemWelder(int par1) { super(par1); this.setCreativeTab(CreativeTabs.tabBlock); this.bFull3D = true; this.maxStackSize = 1; this.canRepair = true; this.setMaxDamage(128); } } Not new to java >> New to modding.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.