Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more plastic items to the plastic chunk recipe and consolidate recipes #39460

Merged
merged 7 commits into from
Apr 14, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Comment on lines -3397 to -3399
Copy link

@ghost ghost Apr 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add this to recipes/recipe_obsolete.json as well or this will cause load errors:

{
  "type": "recipe",
  "result": "plastic_chunk",
  "id_suffix": "from_cash_cards",
  "obsolete": true
}

"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