reduce empty space on bread monster texture
This commit is contained in:
parent
3fd06889da
commit
ba2048849b
File diff suppressed because one or more lines are too long
@ -34,7 +34,7 @@ public class bread_monster<T extends Entity> extends EntityModel<T> {
|
|||||||
|
|
||||||
PartDefinition tail = Body.addOrReplaceChild("tail", CubeListBuilder.create().texOffs(0, 12).addBox(-4.0F, -3.0F, -0.1F, 8.0F, 6.0F, 6.0F, new CubeDeformation(-0.1F)), PartPose.offset(0.0F, 0.0F, 1.0F));
|
PartDefinition tail = Body.addOrReplaceChild("tail", CubeListBuilder.create().texOffs(0, 12).addBox(-4.0F, -3.0F, -0.1F, 8.0F, 6.0F, 6.0F, new CubeDeformation(-0.1F)), PartPose.offset(0.0F, 0.0F, 1.0F));
|
||||||
|
|
||||||
return LayerDefinition.create(meshdefinition, 64, 64);
|
return LayerDefinition.create(meshdefinition, 64, 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 812 B |
Loading…
Reference in New Issue
Block a user