Skip to content

Commit

Permalink
Fixing icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Nov 26, 2024
1 parent 751af73 commit 48015f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bobassembly/prototypes/fluid-furnace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if settings.startup["bobmods-assembly-oilfurnaces"].value == true then
icon_size = 256,
},
{
icon = "__bobassembly_/graphics/icons/technology/alloy-processing.png",
icon = "__bobassembly__/graphics/icons/technology/alloy-processing.png",
icon_size = 128,
scale = 0.5,
shift = { -48, -48 },
Expand Down

0 comments on commit 48015f6

Please sign in to comment.