mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 04:27:59 +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",
|
||||
"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"
|
||||
|
|
Loading…
Reference in a new issue