Fix hat layer clipping through armour (makes armour slightly mor chonkeh)

This commit is contained in:
Sollace 2021-10-11 12:06:16 +02:00
parent 7780478597
commit 914dc9296f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"parent": "minelittlepony:steve_pony", "parent": "minelittlepony:steve_pony",
"texture": {"w": 64, "h": 32}, "texture": {"w": 64, "h": 32},
"dilate": 0.125, "dilate": 0.27,
"data": { "data": {
"chestpiece": { "chestpiece": {
"texture": {"u": 16, "v": 8}, "texture": {"u": 16, "v": 8},

View file

@ -1,4 +1,4 @@
{ {
"parent": "minelittlepony:armour_inner", "parent": "minelittlepony:armour_inner",
"dilate": 0.25 "dilate": 0.3
} }