mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14: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"
|
||||
},
|
||||
{
|
||||
"texture": {"u": 56, "v": 32},
|
||||
"name": "bristles",
|
||||
"rotate": [17, 0, 0],
|
||||
"cubes": [
|
||||
|
@ -28,10 +29,10 @@
|
|||
],
|
||||
"children": [
|
||||
{
|
||||
"rotate": [-1, 0, 0],
|
||||
"rotate": [0, 0, 0],
|
||||
"cubes": [
|
||||
{ "from": [ 0, -10, 4], "size": [2, 8, 2]},
|
||||
{ "from": [ 0, -8, 6], "size": [2, 6, 2]}
|
||||
{ "from": [ -1, -6, -1], "size": [2, 8, 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