mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed the witch and zebra models
This commit is contained in:
parent
51f4bb17f6
commit
44954abb6a
2 changed files with 5 additions and 4 deletions
|
@ -19,6 +19,7 @@
|
||||||
"content": "minelittlepony:components/ears"
|
"content": "minelittlepony:components/ears"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"texture": {"u": 56, "v": 32},
|
||||||
"name": "bristles",
|
"name": "bristles",
|
||||||
"rotate": [17, 0, 0],
|
"rotate": [17, 0, 0],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
|
@ -28,10 +29,10 @@
|
||||||
],
|
],
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"rotate": [-1, 0, 0],
|
"rotate": [0, 0, 0],
|
||||||
"cubes": [
|
"cubes": [
|
||||||
{ "from": [ 0, -10, 4], "size": [2, 8, 2]},
|
{ "from": [ -1, -6, -1], "size": [2, 8, 2]},
|
||||||
{ "from": [ 0, -8, 6], "size": [2, 6, 2]}
|
{ "from": [ -1, -6, 1], "size": [2, 6, 2]}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"parent": "minelittlepony:races/steve/alicorn"
|
"parent": "minelittlepony:races/steve/zebra"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue