Skip to content

Commit

Permalink
fix: add pirate flag recipe I forgot to add to the Jolly Roger PR (#5385
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chaosvolt authored Sep 19, 2024
1 parent fe8e25c commit fbbbb41
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/json/recipes/armor/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,17 @@
"using": [ [ "sewing_standard", 15 ], [ "drawing_tool", 20 ] ],
"components": [ [ [ "rag", 30 ] ] ]
},
{
"result": "pirate_flag",
"type": "recipe",
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_OTHER",
"skill_used": "tailor",
"time": "50 m",
"autolearn": true,
"using": [ [ "sewing_standard", 15 ], [ "drawing_tool", 20 ] ],
"components": [ [ [ "rag", 30 ] ] ]
},
{
"result": "carbon_buckler",
"type": "recipe",
Expand Down

0 comments on commit fbbbb41

Please sign in to comment.