Posted December 22, 20159 yr I have stopped my Item from breaking, but I want the tool to stop being useful once it has hit it's max damage. The tool would act as if it's just an item.. i.e. a stick.
December 24, 20159 yr I think if you return -1 from getHarvestLevel, the tool will not be able to harvest anything. If you also return 0 (or some low value) from getDigSpeed it will behave pretty much like a stick. These two methods recieve an ItemStack as parameter, so can check if your tool is already broken and act accordingly.
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.