diff --git a/MST_Extra/recipes/requirements.json b/MST_Extra/recipes/requirements.json index 4a1d5f8..888610c 100644 --- a/MST_Extra/recipes/requirements.json +++ b/MST_Extra/recipes/requirements.json @@ -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", diff --git a/MST_Extra_BN/recipes/requirements.json b/MST_Extra_BN/recipes/requirements.json index 4a1d5f8..888610c 100644 --- a/MST_Extra_BN/recipes/requirements.json +++ b/MST_Extra_BN/recipes/requirements.json @@ -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",