Started by
RainyCandyRose
on
Topic category: Help with MCreator software
So i have an entity that is tameable, and I want you to be able to right click it to pick it up in your inventory, then right click the item to spawn the entity back and tame it.
I am attempting to use the on item right click procedure but it tells me I am missing dependencies for what I want to do.
Can anyone tell me what I am doing wrong?
try replacing get item event/target entity is using with get item in main hand of event/target entity
Sadly that didn't seem to work, still says I am missing dependencies
Yeah, I didn't read carefully what your problem was before, replacing source entity with event/target entity will fix that
I got it! Thank you!! Now it works perfectly, can pick them up, and place them down without an issue.
You're welcome