mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Merge pull request #3119 from Shazuli/mc1.18/dev
Fixed Wrench rotation in 3rd person
This commit is contained in:
commit
eeddb6a8a6
@ -81,65 +81,13 @@
|
|||||||
"to": [10.4, 9, 9],
|
"to": [10.4, 9, 9],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 11, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [9, 11, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {
|
"north": {"uv": [4, 10, 12, 12], "texture": "#5"},
|
||||||
"uv": [
|
"east": {"uv": [4, 10, 6, 14], "rotation": 90, "texture": "#5"},
|
||||||
4,
|
"south": {"uv": [12, 10, 4, 12], "texture": "#5"},
|
||||||
10,
|
"west": {"uv": [4, 10, 6, 14], "rotation": 90, "texture": "#5"},
|
||||||
12,
|
"up": {"uv": [4, 10, 12, 14], "rotation": 180, "texture": "#5"},
|
||||||
12
|
"down": {"uv": [4, 10, 12, 13], "rotation": 180, "texture": "#5"}
|
||||||
],
|
}
|
||||||
"texture": "#5"
|
|
||||||
},
|
|
||||||
"east": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
10,
|
|
||||||
6,
|
|
||||||
14
|
|
||||||
],
|
|
||||||
"rotation": 90,
|
|
||||||
"texture": "#5"
|
|
||||||
},
|
|
||||||
"south": {
|
|
||||||
"uv": [
|
|
||||||
12,
|
|
||||||
10,
|
|
||||||
4,
|
|
||||||
12
|
|
||||||
],
|
|
||||||
"texture": "#5"
|
|
||||||
},
|
|
||||||
"west": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
10,
|
|
||||||
6,
|
|
||||||
14
|
|
||||||
],
|
|
||||||
"rotation": 90,
|
|
||||||
"texture": "#5"
|
|
||||||
},
|
|
||||||
"up": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
10,
|
|
||||||
12,
|
|
||||||
14
|
|
||||||
],
|
|
||||||
"rotation": 180,
|
|
||||||
"texture": "#5"
|
|
||||||
},
|
|
||||||
"down": {
|
|
||||||
"uv": [
|
|
||||||
4,
|
|
||||||
10,
|
|
||||||
12,
|
|
||||||
13
|
|
||||||
],
|
|
||||||
"rotation": 180,
|
|
||||||
"texture": "#5"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gear case",
|
"name": "gear case",
|
||||||
@ -162,6 +110,7 @@
|
|||||||
"translation": [0, 3.25, 0]
|
"translation": [0, 3.25, 0]
|
||||||
},
|
},
|
||||||
"thirdperson_lefthand": {
|
"thirdperson_lefthand": {
|
||||||
|
"rotation": [0, -90, 0],
|
||||||
"translation": [0, 3.75, 0]
|
"translation": [0, 3.75, 0]
|
||||||
},
|
},
|
||||||
"firstperson_righthand": {
|
"firstperson_righthand": {
|
||||||
@ -191,7 +140,8 @@
|
|||||||
{
|
{
|
||||||
"name": "item",
|
"name": "item",
|
||||||
"origin": [8, 8, 8],
|
"origin": [8, 8, 8],
|
||||||
|
"color": 0,
|
||||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user