Fixed the witch and zebra models

This commit is contained in:
Sollace 2019-12-03 20:31:09 +02:00
parent 51f4bb17f6
commit 44954abb6a
2 changed files with 5 additions and 4 deletions

View file

@ -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]}
] ]
} }
] ]

View file

@ -1,3 +1,3 @@
{ {
"parent": "minelittlepony:races/steve/alicorn" "parent": "minelittlepony:races/steve/zebra"
} }