Skip to content

Commit

Permalink
Fixed antenna array recipe speed
Browse files Browse the repository at this point in the history
Changed from 0.2 to 2
  • Loading branch information
KiwiHawk committed Sep 7, 2024
1 parent 69ff77d commit cabf49e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boblogistics/prototypes/recipe/roboport-parts-recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:extend({
{ "electronic-circuit", 5 },
},
result = "roboport-antenna-1",
energy_required = 0.2,
energy_required = 2,
},
{
type = "recipe",
Expand All @@ -21,7 +21,7 @@ data:extend({
{ "advanced-circuit", 5 },
},
result = "roboport-antenna-2",
energy_required = 0.2,
energy_required = 2,
},
{
type = "recipe",
Expand All @@ -33,7 +33,7 @@ data:extend({
{ "processing-unit", 5 },
},
result = "roboport-antenna-3",
energy_required = 0.2,
energy_required = 2,
},
{
type = "recipe",
Expand All @@ -46,7 +46,7 @@ data:extend({
{ "processing-unit", 5 },
},
result = "roboport-antenna-4",
energy_required = 0.2,
energy_required = 2,
},
})

Expand Down

0 comments on commit cabf49e

Please sign in to comment.