Posted February 2, 20223 yr Hello, I was working on some animations of some entities using the normal methods of set rotationangles but I would like to know if there is any way to scale the entity or some derivative of it, I found a method in the forum " public EntitySize getSize(Pose poseIn) { return super.getSize(poseIn).scale(0.5F, 0.5F); } } " but I don't know what package it is in or if it is called from the constructor
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.