Skip to content

Commit

Permalink
Removed circuits from flying robot frame recipes #184
Browse files Browse the repository at this point in the history
Keep bot cost roughly the same
  • Loading branch information
KiwiHawk committed Jun 18, 2024
1 parent 833bad0 commit e3dc995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions boblogistics/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Date: ???
- Reduced the tier of electronics required for T1 robots #180
- Combined Construction and Logistics Brains and Tools #184
- Changed robot brains to use circuits rather than circuit components #184
- Removed circuits from flying robot frame recipes #184
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 21. 02. 2024
Expand Down
4 changes: 1 addition & 3 deletions boblogistics/prototypes/robot-parts.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
if settings.startup["bobmods-logistics-flyingrobotframes"].value == true then
data.raw.item["flying-robot-frame"].order = "j[flying-robot-frame-1]"
data.raw.item["flying-robot-frame"].subgroup = "bob-robot-parts"
bobmods.lib.recipe.remove_ingredient("flying-robot-frame", "electronic-circuit")

data:extend({
{
Expand Down Expand Up @@ -40,7 +41,6 @@ if settings.startup["bobmods-logistics-flyingrobotframes"].value == true then
{ "electric-engine-unit", 1 },
{ "battery", 2 },
{ "steel-plate", 1 },
{ "advanced-circuit", 3 },
},
result = "flying-robot-frame-2",
},
Expand All @@ -53,7 +53,6 @@ if settings.startup["bobmods-logistics-flyingrobotframes"].value == true then
{ "electric-engine-unit", 1 },
{ "battery", 2 },
{ "steel-plate", 1 },
{ "processing-unit", 3 },
},
result = "flying-robot-frame-3",
},
Expand All @@ -66,7 +65,6 @@ if settings.startup["bobmods-logistics-flyingrobotframes"].value == true then
{ "electric-engine-unit", 1 },
{ "battery", 2 },
{ "steel-plate", 1 },
{ "processing-unit", 3 },
},
result = "flying-robot-frame-4",
},
Expand Down

0 comments on commit e3dc995

Please sign in to comment.