Started by
Veloc1raptor030
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make it so when I right click an entity that same entity will show up in a gui. If you ever played Jurassic Craft I am basically trying to do something like that where you have the entity model pop up with it's stats next to it.
You can add entity models to a custom GUI, you just need to make a procedure that returns the entity you want to display. Your procedure should return an entity, probably by getting the entity the player is riding, or checking if an entity of that type exists in a certain radius, and returning the nearest one.