WIP: custom armor models
This commit is contained in:
parent
2d2078f6d6
commit
e051bf3578
3 changed files with 12 additions and 7 deletions
|
@ -35,8 +35,9 @@ public class CrystaliteBootsModel extends BipedEntityModel<LivingEntity> {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void setAngles(LivingEntity livingEntity, float f, float g, float h, float i, float j) {
|
||||
super.setAngles(livingEntity, f, g, h, i, j);
|
||||
public void setAttributes(BipedEntityModel<LivingEntity> bipedEntityModel) {
|
||||
this.leftLeg.copyPositionAndRotation(bipedEntityModel.leftLeg);
|
||||
this.rightLeg.copyPositionAndRotation(bipedEntityModel.rightLeg);
|
||||
this.leftBoot.copyPositionAndRotation(leftLeg);
|
||||
this.rightBoot.copyPositionAndRotation(rightLeg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue