
vladislav
Members-
Content Count
2 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout vladislav
-
Rank
Tree Puncher
-
[1.16.4] Entity properties doesn't change in goal
vladislav replied to vladislav's topic in Modder Support
Thank you sir, you are pretty right! -
vladislav started following [1.16.4] Entity properties doesn't change in goal
-
Hi! I've tried my best to search my problem here but I didn't find anything, so... I'm trying to make my custom entity be able to seat. For this purpose, I have looked at WolfEntity class and tried to make the same things: I've created a custom goal class: https://pastebin.com/bpCMdpyk And there is my entity: https://pastebin.com/52W8LMw1 The problem is that "flag" changing in Entity class, but doesn't change in Goal, so "shouldExecute" never called. HMP!