Started by
Sweddy
on
Topic category: Help with MCreator software
It was there before the Procedure system was overhauled. What happened to it?
I'm trying to add rare drops to blocks that should only apply if the player uses the appropriate tool to break it. I can't do that now seeing as "If item X is in player's hand" is not a procedure anymore.
Just use these blocks
If [(Get item in entity main hand) = (item minecraft component)
Do
I'm looking for the same thing, and I don't understand what do you mean by the blocks
If [(Get item in entity main hand) = (item minecraft component)
Do
I understand that I need to use the if then do block, but I have been trying to do item in entity's main hand, and then a specific item, and I have not seem to come across how I can do that.
Never mind I found out how I to do this, if Sweddy doesn't undertand it either, here's a screenshot
Maybe I'm late but thanks mate! You helped preventing another 15 minutes of raging...
I can't find those code blocks
There should really be a code block search option, but I found them.
Where is the "Item in entity's main hand" block ??
I'm trying to put the block "Item in main hand of event/target entity" in the operation but I can't
Here you go, please in the future search before asking...