Skip to content

Commit

Permalink
feat(balance): lighters yield plastic scrap instead of plastic chunk …
Browse files Browse the repository at this point in the history
…when taken apart (#5129)
  • Loading branch information
chaosvolt authored Aug 2, 2024
1 parent bc3c7dc commit d2d8489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@
"result": "lighter",
"type": "uncraft",
"time": "6 s",
"components": [ [ [ "pilot_light", 1 ] ], [ [ "plastic_chunk", 1 ] ] ]
"components": [ [ [ "pilot_light", 1 ] ], [ [ "plastic_scrap", 1 ] ] ]
},
{
"result": "silver_locket",
Expand Down

0 comments on commit d2d8489

Please sign in to comment.