trulis Posted January 14, 2013 Posted January 14, 2013 How would i make it so a tool could be a shovel, axe, and pickaxe in one ? Quote
O3Bubbles09 Posted January 15, 2013 Posted January 15, 2013 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 Quote
mnn Posted January 15, 2013 Posted January 15, 2013 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); ? Quote mnn.getNativeLang() != English If I helped you please click on the "thank you" button.
Recommended Posts
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.