mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
Adjust the design of bay pony ears based on feedback
This commit is contained in:
parent
1353e05d87
commit
b5e0df7297
2 changed files with 4 additions and 4 deletions
|
@ -40,14 +40,14 @@ public class ModelBatpony extends ModelEarthPony implements IModelPegasus {
|
|||
@Override
|
||||
protected void initEars(PonyRenderer head, float yOffset, float stretch) {
|
||||
head.child()
|
||||
.tex(14, 16).box(-4, -6, 0.5F, 1, 2, 2, stretch) // right ear
|
||||
.tex(12, 16).box(-4, -6, 1, 2, 2, 2, stretch) // right ear
|
||||
.tex(0, 3).box(-4, -6.49F, 2.49F, 1, 1, 1, stretch)
|
||||
.tex(0, 5).box(-3, -5, 1.5F, 1, 1, 1, stretch);
|
||||
.tex(0, 5).box(-3, -6.25F, 1.25F, 1, 1, 1, stretch);
|
||||
|
||||
head.child().flip()
|
||||
.tex(14, 16).box( 3, -6, 0.5F, 1, 2, 2, stretch) // left ear
|
||||
.tex(12, 16).box( 2, -6, 1, 2, 2, 2, stretch) // left ear
|
||||
.tex(0, 3).box( 3, -6.49F, 2.49F, 1, 1, 1, stretch)
|
||||
.tex(0, 5).box( 2, -5, 1.5F, 1, 1, 1, stretch);
|
||||
.tex(0, 5).box( 2, -6.25F, 1.25F, 1, 1, 1, stretch);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue