Skip to content

Commit

Permalink
Merge pull request #34207 from Night-Pryanik/radio-car-box
Browse files Browse the repository at this point in the history
Replace one light battery in radio car box with one ultralight
  • Loading branch information
ZhilkinSerg authored Sep 23, 2019
2 parents 63a775f + d5da3a8 commit bca29b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,12 @@
"result": "radio_car_box",
"type": "uncraft",
"time": "30 s",
"components": [ [ [ "radio_car", 1 ] ], [ [ "radiocontrol", 1 ] ], [ [ "light_battery_cell", 2 ] ] ]
"components": [
[ [ "radio_car", 1 ] ],
[ [ "radiocontrol", 1 ] ],
[ [ "light_minus_battery_cell", 1 ] ],
[ [ "light_battery_cell", 1 ] ]
]
},
{
"result": "radiocontrol",
Expand Down

0 comments on commit bca29b6

Please sign in to comment.