mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-05 22:28:58 +01:00
Merge pull request #3119 from Shazuli/mc1.18/dev
Fixed Wrench rotation in 3rd person
This commit is contained in:
commit
eeddb6a8a6
1 changed files with 10 additions and 60 deletions
|
@ -81,65 +81,13 @@
|
|||
"to": [10.4, 9, 9],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 11, 8]},
|
||||
"faces": {
|
||||
"north": {
|
||||
"uv": [
|
||||
4,
|
||||
10,
|
||||
12,
|
||||
12
|
||||
],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
"north": {"uv": [4, 10, 12, 12], "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",
|
||||
|
@ -162,6 +110,7 @@
|
|||
"translation": [0, 3.25, 0]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [0, -90, 0],
|
||||
"translation": [0, 3.75, 0]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
|
@ -191,7 +140,8 @@
|
|||
{
|
||||
"name": "item",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue