Change wearable texture sizes to be compatible with uploading to the skin server

This commit is contained in:
Sollace 2022-12-12 14:29:15 +00:00
parent da5a13d6cd
commit aa13eedbf4
4 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"texture": {"w": 16, "h": 8},
"texture": {"w": 64, "h": 32},
"data": {
"left": {
"pivot": [-7, 0.5, 0.5],

View file

@ -1,5 +1,5 @@
{
"texture": {"w": 64, "h": 44},
"texture": {"w": 64, "h": 32},
"data": {
"crown": {
"pivot": [-4, -12, -6],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 2.8 KiB