Skip to content

Commit

Permalink
Fix longbows being held from the wrong location
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jan 4, 2023
1 parent a2d99ac commit 2b8e269
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"large_broken_bowstring": "tconstruct:item/tool/longbow/large/broken_bowstring"
},
"large": true,
"large_offset": [-3, 13],
"parts": [
{ "name": "limb_bottom", "index": 0 },
{ "name": "limb_top", "index": 1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"large_arrow": "tconstruct:item/tool/longbow/large/arrow_2"
},
"large": true,
"large_offset": [-3, 13],
"parts": [
{ "name": "limb_bottom", "index": 0 },
{ "name": "limb_top", "index": 1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"large_arrow": "tconstruct:item/tool/longbow/large/arrow_2"
},
"large": true,
"large_offset": [-3, 13],
"parts": [
{ "name": "limb_bottom", "index": 0 },
{ "name": "limb_top", "index": 1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"large_arrow": "tconstruct:item/tool/longbow/large/arrow_3"
},
"large": true,
"large_offset": [-3, 13],
"parts": [
{ "name": "limb_bottom", "index": 0 },
{ "name": "limb_top", "index": 1 },
Expand Down

0 comments on commit 2b8e269

Please sign in to comment.