Skip to content

Commit

Permalink
Merge branch 'dev' of /~https://github.com/modded-factorio/SeaBlock int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
KiwiHawk committed Sep 7, 2024
2 parents ca51145 + 86be68e commit 188fc69
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions SeaBlock/data-updates/slag-processing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ end

-- Change the recipe icon for Dirt water electrolysis to show slag icon
data.raw.recipe["dirt-water-separation"].icons = angelsmods.functions.add_number_icon_layer(
angelsmods.functions.get_object_icons("slag"), 1, angelsmods.petrochem.number_tint)
angelsmods.functions.get_object_icons("slag"),
1,
angelsmods.petrochem.number_tint
)
data.raw.recipe["dirt-water-separation-2"].icons = angelsmods.functions.add_number_icon_layer(
angelsmods.functions.get_object_icons("slag"), 2, angelsmods.petrochem.number_tint)
angelsmods.functions.get_object_icons("slag"),
2,
angelsmods.petrochem.number_tint
)

0 comments on commit 188fc69

Please sign in to comment.