mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-16 17:44:23 +01:00
Fixed plcaement of snouts and horns on mob heads
This commit is contained in:
parent
4ce6ac2cb9
commit
31267917fd
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
||||||
"name": "snout",
|
"name": "snout",
|
||||||
"locals": {
|
"locals": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": -4,
|
"y": -2,
|
||||||
"z": 4
|
"z": 2
|
||||||
},
|
},
|
||||||
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
"implementation": "com.minelittlepony.client.model.part.PonySnout",
|
||||||
"data": "minelittlepony:components/snout"
|
"data": "minelittlepony:components/snout"
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"locals": {
|
"locals": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": -2,
|
"y": -2,
|
||||||
"z": 4
|
"z": 2
|
||||||
},
|
},
|
||||||
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
|
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
|
||||||
"data": "minelittlepony:components/horn"
|
"data": "minelittlepony:components/horn"
|
||||||
|
|
Loading…
Reference in a new issue