mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Fixed amulet rendering
This commit is contained in:
parent
eb75923227
commit
21812b613b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class AmuletFeatureRenderer<E extends LivingEntity> implements AccessoryF
|
|||
|
||||
root.addChild("amulet", ModelPartBuilder.create().cuboid(-4, 0, -2, 8, 12, 4, dilation), ModelTransform.NONE);
|
||||
|
||||
return TexturedModelData.of(data, 64, 64);
|
||||
return TexturedModelData.of(data, 64, 32);
|
||||
}
|
||||
|
||||
public void setAngles(LivingEntity entity, BipedEntityModel<?> biped) {
|
||||
|
|
Loading…
Reference in a new issue