Started by
BryAstro
on
Topic category: Help with Minecraft modding (Java Edition)
Sometimes when the Mob is supposed to do an ability, it instead crashes the game. And it's really setting me off.
Here is the log:
Is there anything I could do to prevent the crashes from happening?
Edited by BryAstro on Thu, 12/21/2023 - 23:11
If you use any procedure that can return null (signified by NULL icon on the side), you need to check for a certain entity type returned to avoid this
Thx very much Klemen! It's working so far! I will let you know if I come across anymore problems related to the topic.