Skip to content

Commit

Permalink
Fix shield offsets being wrong in the right hand
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Feb 14, 2023
1 parent fcf5f89 commit b6460c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"firstperson_righthand": {
"rotation": [ 0, 0, -5 ],
"translation": [ 0, -2, 0.8 ],
"translation": [ 0, -2, -0.8 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_lefthand": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"firstperson_righthand": {
"rotation": [ 0, 0, -5 ],
"translation": [ 0, -9, 0.8 ],
"translation": [ 0, -9, -0.8 ],
"scale": [ 1, 1, 1 ]
},
"firstperson_lefthand": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"large": [ "tconstruct:item/tool/armor/plate/shield_large_modifiers/" ]
},
"large": true,
"large_offset": [-8.25, 0],
"large_offset": [-8, 0],
"first_modifiers": [ "tconstruct:dyed", "tconstruct:embellishment" ],
"overrides": [{
"predicate": { "tconstruct:charging": 2 },
Expand Down

0 comments on commit b6460c7

Please sign in to comment.