mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +01:00
Fixed sunglasses rendering twice on players' heads #76
This commit is contained in:
parent
477741ff49
commit
9c1f032dc6
1 changed files with 7 additions and 0 deletions
|
@ -2,5 +2,12 @@
|
||||||
"parent": "item/generated",
|
"parent": "item/generated",
|
||||||
"textures": {
|
"textures": {
|
||||||
"layer0": "unicopia:item/sunglasses"
|
"layer0": "unicopia:item/sunglasses"
|
||||||
|
},
|
||||||
|
"display": {
|
||||||
|
"head": {
|
||||||
|
"rotation": [ 0, 180, 0 ],
|
||||||
|
"translation": [ 0, 13, 7],
|
||||||
|
"scale":[ 0, 1, 1]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue