mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 22:07:59 +01:00
Batpony ear tufts: z-fighting on inner sides of ears fixed
This commit is contained in:
parent
d98d2c26bb
commit
bf8f3ef02a
1 changed files with 2 additions and 2 deletions
|
@ -20,12 +20,12 @@ public class ModelBatpony extends ModelPegasus {
|
||||||
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(-3.5F, -6.49F, 1.001F, 1, 1, 1, stretch)
|
.tex(0, 3).box(-3.5F, -6.49F, 1.001F, 1, 1, 1, stretch)
|
||||||
.tex(0, 5).box(-3, -6.49F, 2.001F, 1, 1, 1, stretch);
|
.tex(0, 5).box(-2.998F, -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( 2.5F, -6.49F, 1.001F, 1, 1, 1, stretch)
|
.tex(0, 3).box( 2.5F, -6.49F, 1.001F, 1, 1, 1, stretch)
|
||||||
.tex(0, 5).box( 2, -6.49F, 2.001F, 1, 1, 1, stretch);
|
.tex(0, 5).box( 1.998F, -6.49F, 2.001F, 1, 1, 1, stretch);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue