mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Fixed bangle's broken texture
This commit is contained in:
parent
c3bde322a8
commit
758c67bd0f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class BraceletFeatureRenderer<E extends LivingEntity> implements Accessor
|
|||
root.addChild(EntityModelPartNames.RIGHT_ARM, ModelPartBuilder.create().uv(0, alex ? 6 : 0).cuboid(-3, 7, -2, alex ? 3 : 4, 2, 4, dilation), ModelTransform.NONE);
|
||||
root.addChild(EntityModelPartNames.LEFT_ARM, ModelPartBuilder.create().mirrored().uv(0, alex ? 6 : 0).cuboid(-1, 7, -2, alex ? 3 : 4, 2, 4, dilation), ModelTransform.NONE);
|
||||
|
||||
return TexturedModelData.of(data, 64, 64);
|
||||
return TexturedModelData.of(data, 64, 32);
|
||||
}
|
||||
|
||||
public void setAngles(BipedEntityModel<?> biped) {
|
||||
|
|
Loading…
Reference in a new issue