Started by
Ferryboo
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
I feel like it should work but it doesn't. When I go into the GUI editor it doesn't detect it
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.
Thank you so much !