Posted January 14, 201312 yr How would i make it so a tool could be a shovel, axe, and pickaxe in one ?
January 15, 201312 yr In your "Multi tools" class there should be a blocksEffectiveAgainst in there you just have to put all the blocks you want it to work on... I suggest saving time by going to the ItemPickaxe class as well as ItemAxe, ItemSpade and what ever else you want. hope this helped
January 15, 201312 yr If no extra blocks are added to be mineable by this tool, couldn't be it done like this: MinecraftForge.setToolClass(myItem, "pickaxe", 5); MinecraftForge.setToolClass(myItem, "axe", 5); ? mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
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.