Fixed plcaement of snouts and horns on mob heads

This commit is contained in:
Sollace 2021-08-09 20:53:04 +02:00
parent 4ce6ac2cb9
commit 31267917fd

View file

@ -11,8 +11,8 @@
"name": "snout",
"locals": {
"x": 0,
"y": -4,
"z": 4
"y": -2,
"z": 2
},
"implementation": "com.minelittlepony.client.model.part.PonySnout",
"data": "minelittlepony:components/snout"
@ -34,7 +34,7 @@
"locals": {
"x": 0,
"y": -2,
"z": 4
"z": 2
},
"implementation": "com.minelittlepony.client.model.part.UnicornHorn",
"data": "minelittlepony:components/horn"