Started by
AxelCatto
on
Topic category: Help with Minecraft modding (Java Edition)
Howdy, bit of an MCreator newbie here. I used it a couple years back but haven’t touched it since cause it didn’t do what I needed at the time. I’m really glad that now you’re able to add tamale entities, but there’s still not an easy way (from what I can tell) to make them toggle between sitting and standing on right click, like how it works with vanilla cats, wolves, and parrots. Any help would mean a lot. I’m not too worried about the animation part right now but if someone is knowledgeable enough with Gekolib to offer some advice on that as well it would be very appreciated.
I am a similar problem, I understand that to make that work you have to do different entities one sitting and another the one that follows you, the problem that I am having with that is that health restarts every time I intersperse between one entity and another.
PJgamer64 you are a problem?
XD
Sorry, my English is horrible I haven't practiced it for years XD
But I need help with this persistent problem and I don't know how to fix it.
hmm...Entity logic nbt:sat(On creation set to false)
Num nbt,Sx,Sy,Sz
When entity clicked:if sat,set sat to false
else,set Sx,Sy,Sz to current position and set sat to true
when entity tick:
if entity's sat nbt is true,move entity to Sx Sy Sz
I think I am not understanding well, I have understood that for the life data to be passed from one entity to another it is necessary to use NTB but I think I do not know how to do it.