Skip to content

Commit

Permalink
Allow birchbark for making fletching
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Jun 17, 2021
1 parent 8efc14f commit ddf22ed
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MST_Extra/recipes/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
"//": "Materials for waterproofing leather and wooden items.",
"components": [ [ [ "wax", 1 ], [ "pine_bough", 5 ], [ "pitch_wood", 50 ] ] ]
},
{
"id": "fletching",
"type": "requirement",
"//": "Materials for fletching arrows.",
"components": [
[
[ "feather", 10 ],
[ "duct_tape", 40 ],
[ "cardboard", 10 ],
[ "bag_plastic", 1 ],
[ "bottle_plastic_small", 1 ],
[ "plastic_chunk", 1 ],
[ "aluminum_foil", 40 ],
[ "cash_card", 2 ],
[ "birchbark", 1 ]
]
]
},
{
"id": "meat_nofish",
"type": "requirement",
Expand Down
18 changes: 18 additions & 0 deletions MST_Extra_BN/recipes/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@
"//": "Materials for waterproofing leather and wooden items.",
"components": [ [ [ "wax", 1 ], [ "pine_bough", 5 ], [ "pitch_wood", 50 ] ] ]
},
{
"id": "fletching",
"type": "requirement",
"//": "Materials for fletching arrows.",
"components": [
[
[ "feather", 10 ],
[ "duct_tape", 40 ],
[ "cardboard", 10 ],
[ "bag_plastic", 1 ],
[ "bottle_plastic_small", 1 ],
[ "plastic_chunk", 1 ],
[ "aluminum_foil", 40 ],
[ "cash_card", 2 ],
[ "birchbark", 1 ]
]
]
},
{
"id": "meat_nofish",
"type": "requirement",
Expand Down

0 comments on commit ddf22ed

Please sign in to comment.