Posted February 9, 20205 yr Hey, I'm trying to make a custom zombie right now and was trying to spawn it. It doesn't move at all and can't be attacked. I even tried it with a normal zombie, but still, it doesn't move. EntityZombie zombie = new EntityZombie(worldIn); zombie.setPositionAndRotation(pos.getX(), pos.getY() + 1, pos.getZ(), 0, 0); worldIn.spawnEntity(zombie); This is how I'm doing it Would be nice if you helped me
February 9, 20205 yr Author 1 hour ago, diesieben07 said: Show more context. Most likely you are spawning the entity on the client.- Thank you very much, that helped
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.