Skip to content

Commit

Permalink
Changed roboport robot control recipes #184
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Jun 19, 2024
1 parent 1d1a8ca commit 9ef59cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bobvehicleequipment/prototypes/recipe-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ end

if data.raw.tool["module-case"] or data.raw.item["module-case"] then
bobmods.lib.tech.add_recipe_unlock("robotics", "module-case")
bobmods.lib.recipe.add_ingredient("personal-roboport-robot-equipment", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("personal-roboport-robot-equipment-2", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("personal-roboport-robot-equipment-3", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("personal-roboport-robot-equipment-4", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("vehicle-roboport-robot-equipment", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("vehicle-roboport-robot-equipment-2", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("vehicle-roboport-robot-equipment-3", { "module-case", 1 })
bobmods.lib.recipe.add_ingredient("vehicle-roboport-robot-equipment-4", { "module-case", 1 })
end

if data.raw.item["glass"] then
Expand Down

0 comments on commit 9ef59cf

Please sign in to comment.