Hi!
Maybe you want to improve the graphics a little, here are slightly improved pictures:
https://drive.google.com/file/d/18fjTFGlacr-RjYl4Io3eLi0rhVsso6Dg/view?usp=sharing
Just had to change the code a little, namely the size of the icons(dimensions are indicated below):
data.raw["offshore-pump"]["stone-waterwell"].icons =
{
{
icon = "__StoneWaterWell-ActuallyUpdated__/graphics/stone-waterwell.icon.png",
icon_size = 350,
scale = 1
},
}
data.raw["offshore-pump"]["stone-waterwell"].graphics_set =
{
base_pictures =
{
sheets =
{
{
filename = "__StoneWaterWell-ActuallyUpdated__/graphics/stone-waterwell.png",
priority = "extra-high",
shift = {0.3, 0.8},
scale = 0.25,
width = 1024,
height = 1024,
}
}
}
}
data.raw.item["stone-waterwell"].icons =
{
{
icon = "__Hoochie-Data-Update__/graphics/icons/stone-waterwell.icon.png",
icon_size = 350,
scale = 1
},
}
data.raw.technology["deep-water-well"].icons =
{
{
icon = "__StoneWaterWell-ActuallyUpdated__/graphics/stone-waterwell.icon.png",
icon_size = 512,
scale = 0.5
},
}
end