Skip to content

Commit

Permalink
Obsolete rock pot recipe (#36416)
Browse files Browse the repository at this point in the history
The role of the rock pot can largely be replaced by the clay pot, and
it's recipe is largely nonsense.
  • Loading branch information
anothersimulacrum authored and kevingranade committed Dec 25, 2019
1 parent b9149dd commit e366db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions data/json/recipes/recipe_obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,11 @@
"result": "small_relicuncraft",
"obsolete": true
},
{
"type": "recipe",
"result": "rock_pot",
"obsolete": true
},
{
"type": "recipe",
"result": "small_storage_battery",
Expand Down
13 changes: 0 additions & 13 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -740,19 +740,6 @@
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "stick", 1 ], [ "2x4", 1 ] ] ]
},
{
"type": "recipe",
"result": "rock_pot",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "survival",
"skills_required": [ "cooking", 1 ],
"difficulty": 2,
"time": "20 m",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 1 } ],
"components": [ [ [ "rock", 3 ] ], [ [ "cordage", 1, "LIST" ] ] ]
},
{
"type": "recipe",
"result": "primitive_shovel",
Expand Down

0 comments on commit e366db1

Please sign in to comment.