Breaking ore with hand (bug)

Published by Lendory on
Status
Works as designed
Issue description

I have a problem with custom ore.

When I break the ore with my hand, it’s not just breaking the ore that I put in this block falls out!

How can I fix this problem so that when breaking my hand nothing will fall out of ore?

 

Issue comments

When possible, attach your MCreator workspace (or even better a minimal example workspace required to reproduce the bug), game logs (full logs, do not crop them, in text format, not screenshots of logs) from the Console tab or terminal and steps to reproduce the bug in your workspace. If logs are long, use service such as Pastebin to host the log and provide the link to the log from the ticket. Please specify which mod elements to check in your workspace too, if applicable.
 

The problem

You are in survival with bare hand.

IF: has slik_touch -> bare hand -> not the case

so if if is false, do else:

else spawns your gem

Your procedure is made to drop gem when block drops so this is expected.