mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Change wearable texture sizes to be compatible with uploading to the skin server
This commit is contained in:
parent
da5a13d6cd
commit
aa13eedbf4
4 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"texture": {"w": 16, "h": 8},
|
"texture": {"w": 64, "h": 32},
|
||||||
"data": {
|
"data": {
|
||||||
"left": {
|
"left": {
|
||||||
"pivot": [-7, 0.5, 0.5],
|
"pivot": [-7, 0.5, 0.5],
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"texture": {"w": 64, "h": 44},
|
"texture": {"w": 64, "h": 32},
|
||||||
"data": {
|
"data": {
|
||||||
"crown": {
|
"crown": {
|
||||||
"pivot": [-4, -12, -6],
|
"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 |
Loading…
Reference in a new issue