Skip to content

Commit

Permalink
Added more plastic items to the plastic chunk recipe and consolidate …
Browse files Browse the repository at this point in the history
…recipes (#39460)
  • Loading branch information
friendfrog authored Apr 14, 2020
1 parent f40ad4c commit 6a0f406
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
6 changes: 6 additions & 0 deletions data/json/recipes/recipe_obsolete.json
Original file line number Diff line number Diff line change
Expand Up @@ -2378,5 +2378,11 @@
"type": "recipe",
"result": "q_solarpack_on",
"obsolete": true
},
{
"type": "recipe",
"result": "plastic_chunk",
"id_suffix": "from_cash_cards",
"obsolete": true
}
]
28 changes: 15 additions & 13 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -3391,19 +3391,21 @@
"time": "10 m",
"autolearn": true,
"tools": [ [ [ "surface_heat", 4, "LIST" ] ], [ [ "mold_plastic", -1 ] ] ],
"components": [ [ [ "bag_plastic", 10 ] ] ]
},
{
"type": "recipe",
"result": "plastic_chunk",
"id_suffix": "from_cash_cards",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"time": "10 m",
"autolearn": true,
"tools": [ [ [ "surface_heat", 6, "LIST" ], [ "soldering_iron", 10 ] ] ],
"components": [ [ [ "cash_card", 9 ], [ "plastic_straw", 3 ], [ "bag_zipper", 25 ] ] ]
"components": [
[
[ "stopcock", 11 ],
[ "button_plastic", 3 ],
[ "bottle_folding", 4 ],
[ "plastic_straw", 3 ],
[ "plastic_knife", 2 ],
[ "plastic_spoon", 2 ],
[ "plastic_fork", 2 ],
[ "plastic_six_dice", 11 ],
[ "bag_zipper", 25 ],
[ "cup_plastic", 25 ],
[ "bag_plastic", 10 ]
]
]
},
{
"type": "recipe",
Expand Down

0 comments on commit 6a0f406

Please sign in to comment.