Skip to content

Commit

Permalink
Replace one light battery in radio car box with one ultralight
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-Pryanik committed Sep 23, 2019
1 parent 2da3f5e commit d5da3a8
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 d5da3a8

Please sign in to comment.