Skip to content

Commit

Permalink
Merge pull request #74728 from theyareclose/Survivor_scope_update
Browse files Browse the repository at this point in the history
Update components of retractable telescope
Maleclypse authored Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 5660f1a + f90bbb8 commit 755755b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
@@ -1367,7 +1367,7 @@
"book_learn": [ [ "plastics_book", 3 ] ],
"proficiencies": [ { "proficiency": "prof_plasticworking" } ],
"using": [ [ "soldering_standard", 10 ], [ "plastic_molding", 3 ] ],
"components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "lens", 1 ], [ "lens_small", 1 ] ], [ [ "spring", 1 ] ] ]
"components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "lens", 1 ], [ "lens_small", 1 ] ] ]
},
{
"type": "recipe",
2 changes: 1 addition & 1 deletion data/json/uncraft/tools.json
Original file line number Diff line number Diff line change
@@ -204,7 +204,7 @@
"difficulty": 1,
"time": "5 m",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "lens", 1 ], [ "lens_small", 1 ] ], [ [ "spring", 1 ] ] ]
"components": [ [ [ "plastic_chunk", 4 ] ], [ [ "lens", 1 ] ], [ [ "lens_small", 1 ] ] ]
},
{
"result": "fishing_rod_professional",

0 comments on commit 755755b

Please sign in to comment.