Skip to content

Commit

Permalink
Merge pull request CleverRaven#67491 from mqrause/pinecone_tinder
Browse files Browse the repository at this point in the history
Add pinecone to tinder recipes requiring cutting tools
  • Loading branch information
Maleclypse authored Aug 6, 2023
2 parents 9e021bf + 39cf694 commit 28a3f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/recipes/recipe_ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@
[ "stick", 1 ],
[ "2x4", 1 ],
[ "splinter", 2 ],
[ "pinecone", 2 ],
[ "pine_bough", 1 ],
[ "cotton_patchwork", 1 ],
[ "paper", 5 ],
Expand All @@ -921,7 +922,7 @@
"time": "1 m",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "splinter", 2 ], [ "withered", 2 ], [ "cattail_stalk", 1 ] ] ]
"components": [ [ [ "splinter", 2 ], [ "pinecone", 2 ], [ "withered", 2 ], [ "cattail_stalk", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit 28a3f40

Please sign in to comment.