Skip to content

Commit

Permalink
nested recipes updated for long wooden posts by hand
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbowel authored Aug 16, 2024
1 parent 26ebc50 commit cb81b40
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -5348,6 +5348,17 @@
"plank_short_from planks with powertools"
]
},
{
"id": "nested_posts_long",
"type": "nested_category",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_*",
"subcategory": "CSC_*_NESTED",
"name": "long wooden posts",
"description": "Recipes related to constructing 8 ft wooden posts.",
"skill_used": "fabrication",
"nested_category_data": [ "wooden_post_long_from wood beam by hand", "wooden_post_long_from wood beam with powertools" ]
},
{
"id": "nested_posts_normal",
"type": "nested_category",
Expand Down Expand Up @@ -5384,7 +5395,7 @@
"name": "wooden posts",
"description": "Recipes related to constructing all wooden posts.",
"skill_used": "fabrication",
"nested_category_data": [ "nested_posts_short", "nested_posts_normal", "wooden_post_long" ]
"nested_category_data": [ "nested_posts_short", "nested_posts_normal", "nested_posts_long" ]
},
{
"id": "nested_bots",
Expand Down

0 comments on commit cb81b40

Please sign in to comment.