Started by
ninjawizard1234
on
Topic category: Help with MCreator software
im trying to make a item that display the entity model on the GUI when right clicked, but for some reason idk its displaying the Player only not the Entity i clicked:
i made a simple When Entity Right Clicked -> Open GUI on the Item
then i create the procedure on the picture and set it on the Display Image, what should i change there so it shows the entity i clicked on not the player?
when you right click a entity, they are the Event/target entity right?
Yes, the entity that you click on becomes the event/target entity. The player is the source entity in this case, as they are instantiating the event.
then why this wont work? it returns the player lol
nobody? this should work i saw people doing
Hello, did you manage to solve it?
@ninjawizard1234 I'd suggest taking a look into raytrace procedures, that might be the best way to make this work how you want.