mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +01:00
Fix hat layer clipping through armour (makes armour slightly mor chonkeh)
This commit is contained in:
parent
7780478597
commit
914dc9296f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "minelittlepony:steve_pony",
|
||||
"texture": {"w": 64, "h": 32},
|
||||
"dilate": 0.125,
|
||||
"dilate": 0.27,
|
||||
"data": {
|
||||
"chestpiece": {
|
||||
"texture": {"u": 16, "v": 8},
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"parent": "minelittlepony:armour_inner",
|
||||
"dilate": 0.25
|
||||
"dilate": 0.3
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue