Skip to content

Commit

Permalink
Make longbow more strict on showing the "fully charged" model
Browse files Browse the repository at this point in the history
Since we cannot rely on the vanilla shaking for fully charged as that is hardcoded
  • Loading branch information
KnightMiner committed Dec 17, 2022
1 parent 347da06 commit c61816c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"model": "tconstruct:item/longbow/pulling_2"
},
{
"predicate": { "pulling": 1, "pull": 0.9 },
"predicate": { "pulling": 1, "pull": 0.99 },
"model": "tconstruct:item/longbow/pulling_3"
}
]
Expand Down

0 comments on commit c61816c

Please sign in to comment.