Posted March 29, 201411 yr whats a good tutorial on how to make items act as tools e.g. adding a pick axe? Thanks
March 29, 201411 yr Like adding a new pickaxe? If yes then add a new material and make a item class, extend it with ItemPickaxe and there you go. Thats a basic pickaxe. A couple of good tuts. The second one shows how to make the tool material. If I helped then you help, hit that Thank You button or Applaud.
March 30, 201411 yr To me it sounded like he means he has an item that he likes and now wants it to function like a pickaxe etc. Not make a new itemTool from scratch. Is that possible ?
March 30, 201411 yr Not the best thing to do but you can maybe wait for onRightClick of the item you want, then delete it from your inventory and spawn a pickaxe in its place. If I helped then you help, hit that Thank You button or Applaud.
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.