Started by
FRoginman
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make an entity like a werewolf, who is a man during the day and then becomes an animal at night, how could I do this? I am new to doing procedures. thank you.😊
You can make to different entities with on tick update procedures that checks if it's night or day. So in case it's day wolf entity transform into a human and if it's night human entity transforms into a wolf.
I would have to put everything in the same procedure, if someone has a tutorial or a photo of how it would be done it would be great.
https://imgur.com/a/Z746CIM
I tried to do the procedure you told me but I don't know what to put in it because it doesn't work,
You procedure is on tick update somewhere?
It's activating it, right? in procedures in the triggers section of the entity!
If so, activate it but it doesn't work.