Skip to content

Commit

Permalink
Make longbow pulling predicate even more strict
Browse files Browse the repository at this point in the history
Its our only true indication of fully charged, so lets make it accurate
  • Loading branch information
KnightMiner committed Dec 23, 2022
1 parent 2f1f516 commit dc31859
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.99 },
"predicate": { "pulling": 1, "pull": 1.0 },
"model": "tconstruct:item/longbow/pulling_3"
}
]
Expand Down

0 comments on commit dc31859

Please sign in to comment.