Skip to content

Commit

Permalink
correct IDs of disposable batteries (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
int-ua committed Dec 30, 2020
1 parent c4c4a4e commit a1d8c14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bg": []
},
{
"id": "light_disposable_battery_cell",
"id": "light_disposable_cell",
"fg": [ "light_battery_cell" ],
"bg": []
},
Expand All @@ -60,7 +60,7 @@
"bg": []
},
{
"id": "medium_disposable_battery_cell",
"id": "medium_disposable_cell",
"fg": [ "medium_battery_cell" ],
"bg": []
},
Expand Down

0 comments on commit a1d8c14

Please sign in to comment.