Return entity model for GUI ?

Started by Ferryboo on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Return entity model for GUI ?
Tue, 06/20/2023 - 14:41 (edited)

I feel like it should work but it doesn't. When I go into the GUI editor it doesn't detect it

Edited by Ferryboo on Tue, 06/20/2023 - 14:41
You need to return an entity…
Tue, 06/20/2023 - 15:10

You need to return an entity. All this procedure can return is true or false. Use the static entity instance in the advanced page if you want anything other than the player. To render the player use event/target entity.

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much !
Tue, 06/20/2023 - 15:18

Thank you so much !