Posted February 4, 20205 yr Hello! I am trying to stop blocks from dropping their respective item when mined. This should happen only if a certain condition is met. I've been trying to get this to work with the BlockEvent.BreakEvent Event. The idea was to perform the check in the event handler and to remove the item that's about to be dropped when the condition is met. However I'm not sure how I would go about actually stopping the block from dropping anything. Any help would be appreciated.
December 15, 20204 yr Other option ist to cancle the break block event, then the block wont be broken and you don't get drops. Then you can remove block with filling with air. But this isn't the most beautiful way
December 15, 20204 yr I just cancle the event, when the Player doesn't use the right tool. I just taught, if he wants to break the block, you can remove it manually. I could not see through the Link you send, so I found my own, maybe not so good way
December 15, 20204 yr On 2/4/2020 at 3:06 PM, diesieben07 said: https://github.com/MinecraftForge/MinecraftForge/pull/6401 use that
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.