Posted March 31, 20178 yr Hey everyone, i have a bigger problem here where a few of my entitys dont get spawned by command, i mean lets explain: My Alpha Spider doesnt attack, i have every attack function in the Alpha Spider class that the normal EntitySpider has why doesnt it work? On the Alpha Zombie and the Alpha Skeleton it works, they attack, but not the spider or the enderman Here i have the codeEntityAlphaSpider.java
March 31, 20178 yr You'll need to dive into the AI functions to see if any of them make assumptions that make them blind to non-vanilla classes. If you don't see anything obvious, then set breakpoints and step through your alpha spider's thinking in the debugger. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.