mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 04:57:58 +01:00
Change bat pony's ears (again)
This commit is contained in:
parent
a859ea5172
commit
485de98c69
1 changed files with 4 additions and 4 deletions
|
@ -41,13 +41,13 @@ public class ModelBatpony extends ModelEarthPony implements IModelPegasus {
|
||||||
protected void initEars(PonyRenderer head, float yOffset, float stretch) {
|
protected void initEars(PonyRenderer head, float yOffset, float stretch) {
|
||||||
head.child()
|
head.child()
|
||||||
.tex(12, 16).box(-4, -6, 1, 2, 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, 3).box(-3.5F, -6.49F, 1.001F, 1, 1, 1, stretch)
|
||||||
.tex(0, 5).box(-3, -6.25F, 1.25F, 1, 1, 1, stretch);
|
.tex(0, 5).box(-3, -6.49F, 2.001F, 1, 1, 1, stretch);
|
||||||
|
|
||||||
head.child().flip()
|
head.child().flip()
|
||||||
.tex(12, 16).box( 2, -6, 1, 2, 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, 3).box( 2.5F, -6.49F, 1.001F, 1, 1, 1, stretch)
|
||||||
.tex(0, 5).box( 2, -6.25F, 1.25F, 1, 1, 1, stretch);
|
.tex(0, 5).box( 2, -6.49F, 2.001F, 1, 1, 1, stretch);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue