Posted March 15, 20214 yr hello, I need some help with my project and I cannot find any 1.16 tutorials about custom tools. Can somebody write me a custom tool template?
March 15, 20214 yr by this topic I assume you're new to programming, what I can tell you is to dedicate some hours to go learn programming logic, and then Object Oriented Programming. you can't expect to find copy and paste solutions for everything you may want to do. but in case you already know programming: any tool is just a subclass of Item, you just need to register your own instances of it as you'd do with any item. (that's for custom shovels, axes, pickaxes... if you want to create a new tool type, then you'd have to implement your own custom logic and tool type for it (which I don't know how to do, but shouldn't be hard to figure out)) Edited March 15, 20214 yr by kiou.23 corrected terminology as pointed out by Ugdhar
March 15, 20214 yr 1 hour ago, kiou.23 said: any tool is just a superclas of Item I think you mean subclass.
March 15, 20214 yr 13 minutes ago, randomdude12300 said: I made tools I am stuck with making an entity make a new thread then, explaining what is it that you're trying to do and where you need help
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.