Started by
MrFox2
on
Topic category: Help with Minecraft modding (Java Edition)
So, my question is: how to do entity in GUI in MCreator 2023.1? I really need that, I heard that there's no need to code, but I saw that a procedure is needed, and I'd like to know how the procedure should look like.
Hey, hope it's not too late. I found out how to do this by accident, but it is ridiculously easy! I don't know what u want, but to render the player you just need to create a procedure that returns Event/target entity, literally, nothing else :)
Hi, what about rendering entities that aren't players ? I can't figure it out
use static entity instance for the return block which is in advanced
i got a strange glitch - when i make a key binding to open a GUI of a entity the player is Mounting, the GUI shoes empty but the items are there (i can see them when i open the GUI clicking the entity not mounting), so when you are mounting the entity you cant acess its GUI inventory?
can someone give us a hand on display model of clicked entity on GUI ? wonder if its even possible atm