Skip to content

Commit

Permalink
Fixed Cheese Maker display in inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorWolfgamingDE committed Jul 1, 2024
1 parent 3e87172 commit a6c0fdc
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 0 deletions.
31 changes: 31 additions & 0 deletions models/cheese_maker.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,37 @@
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"thirdperson_lefthand": {
"rotation": [75, 45, 0],
"translation": [0, 2.5, 0],
"scale": [0.375, 0.375, 0.375]
},
"firstperson_righthand": {
"rotation": [0, 45, 0],
"scale": [0.4, 0.4, 0.4]
},
"firstperson_lefthand": {
"rotation": [0, 225, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"translation": [0, 3, 0],
"scale": [0.25, 0.25, 0.25]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.625, 0.625, 0.625]
},
"fixed": {
"scale": [0.5, 0.5, 0.5]
}
},
"groups": [
{
"name": "Cheese Maker",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,97 @@
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [
75,
45,
0
],
"translation": [
0,
2.5,
0
],
"scale": [
0.375,
0.375,
0.375
]
},
"thirdperson_lefthand": {
"rotation": [
75,
45,
0
],
"translation": [
0,
2.5,
0
],
"scale": [
0.375,
0.375,
0.375
]
},
"firstperson_righthand": {
"rotation": [
0,
45,
0
],
"scale": [
0.4,
0.4,
0.4
]
},
"firstperson_lefthand": {
"rotation": [
0,
225,
0
],
"scale": [
0.4,
0.4,
0.4
]
},
"ground": {
"translation": [
0,
3,
0
],
"scale": [
0.25,
0.25,
0.25
]
},
"gui": {
"rotation": [
30,
225,
0
],
"scale": [
0.625,
0.625,
0.625
]
},
"fixed": {
"scale": [
0.5,
0.5,
0.5
]
}
},
"groups": [
{
"name": "Cheese Maker",
Expand Down

0 comments on commit a6c0fdc

Please sign in to comment.