Started by
GioMikeRafto
on
Topic category: Help with MCreator software
In my 2ond mod, I am facing the folloeing problem:
I have 3 different seeds that grow on a wooden stand. But I don't know how to plant the one in my main hand slot (i.e. I have the red seed in my main hand slot, but the green one always gets planted first, if it's in my inventory).
Does somebody know if there is a solution to this?
If yes, can I get a pic of the command blocks?
Thanks in advance,
A random Mcreator rookie
Can I see your procedure?
I can't show it to you, because the workspace is in my old computer and I can't access it right now. But I've set the procedure to plant each seed once right click is pressed.
Do you know if there is a way to make items placed when they are only on the main hand slot?
P.s. Thank you for all of your help until now
I think your seed is an item mod element right?
For every seed do this:
Create an item (green seed for example). "When right clicked on block" procedure call.
Inside of the procedure: place (whatever you want to place, if you want to place anything at all) at x, y+1, z.
Remove 1 [green seed for example] from provided (entity)players inventory.