Skip to content

Commit

Permalink
Energy shield ingredients #181
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed May 27, 2024
1 parent f8571a4 commit c7e58d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions bobequipment/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Date: ???
Changes:
- Reduced the tier of electronics required for Personal roboport robot control #180
- Changed personal batteries to have four tiers rather than six #181
- Reduced the tier of electronics required for Energy shield #181
---------------------------------------------------------------------------------------------------
Version: 1.2.1
Date: 21. 02. 2024
Expand Down
7 changes: 5 additions & 2 deletions bobequipment/prototypes/recipe/equipment.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
data.raw.recipe["energy-shield-mk2-equipment"].ingredients =
{ { "energy-shield-equipment", 2 }, { "processing-unit", 5 } }
bobmods.lib.recipe.replace_ingredient("energy-shield-equipment", "advanced-circuit", "electronic-circuit")
data.raw.recipe["energy-shield-mk2-equipment"].ingredients = {
{ "energy-shield-equipment", 2 },
{ "advanced-circuit", 5 }
}

data:extend({
{
Expand Down

0 comments on commit c7e58d6

Please sign in to comment.