diff --git a/changelog.txt b/changelog.txt index 60d7b6b..d482e86 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,6 +5,7 @@ Date: tba - Removed non hot air advanced casting recipes and allowed productivity in them instead. - Moved hot air glassware from py science 1 unlock to hot air unlock. Resolves https://github.com/pyanodon/pybugreports/issues/811 - Bitumen extractors no longer show "disabled by script" and instead shows a custom status explaining that it requires drilling fluid. + - Removed all legacy low-res graphic files from pyanodon. --------------------------------------------------------------------------------------------------- Version: 3.0.10 Date: 2025-1-2 diff --git a/info.json b/info.json index 4a57ff9..f138409 100644 --- a/info.json +++ b/info.json @@ -13,7 +13,7 @@ "? pyrawores >= 3.0.0", "? pyhightech >= 3.0.0", "(?) rso-mod", - "~ pypetroleumhandlinggraphics >= 3.0.3", + "~ pypetroleumhandlinggraphics >= 3.0.4", "! wret-beacon-rebalance-mod", "! BigBags", "! ResearchFog", diff --git a/prototypes/buildings/oil-derrick.lua b/prototypes/buildings/oil-derrick.lua index e58f0b8..5050265 100644 --- a/prototypes/buildings/oil-derrick.lua +++ b/prototypes/buildings/oil-derrick.lua @@ -1,7 +1,7 @@ local function pipe_picture() return { north = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-up.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-up.png", priority = "extra-high", width = 128, height = 128, @@ -9,7 +9,7 @@ local function pipe_picture() shift = {0, 1}, }, south = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-down.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-down.png", priority = "extra-high", width = 128, height = 128, @@ -17,7 +17,7 @@ local function pipe_picture() shift = {0, -1}, }, west = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-left.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-left.png", priority = "extra-high", width = 128, height = 128, @@ -25,7 +25,7 @@ local function pipe_picture() shift = {1, 0}, }, east = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-right.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-right.png", priority = "extra-high", width = 128, height = 128, diff --git a/prototypes/buildings/tar-extractor.lua b/prototypes/buildings/tar-extractor.lua index 530ddb7..6220781 100644 --- a/prototypes/buildings/tar-extractor.lua +++ b/prototypes/buildings/tar-extractor.lua @@ -1,7 +1,7 @@ local function pipe_picture() return { north = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-up.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-up.png", priority = "extra-high", width = 128, height = 128, @@ -9,7 +9,7 @@ local function pipe_picture() shift = {0, 1}, }, south = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-down.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-down.png", priority = "extra-high", width = 128, height = 128, @@ -17,7 +17,7 @@ local function pipe_picture() shift = {0, -1}, }, west = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-left.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-left.png", priority = "extra-high", width = 128, height = 128, @@ -25,7 +25,7 @@ local function pipe_picture() shift = {1, 0}, }, east = { - filename = "__pyindustry__/graphics/entity/niobium-pipe/hr-pipe-to-ground-right.png", + filename = "__pyindustry__/graphics/entity/niobium-pipe/pipe-to-ground-right.png", priority = "extra-high", width = 128, height = 128, diff --git a/prototypes/ores/oil-sand.lua b/prototypes/ores/oil-sand.lua index 03a16fc..7376afd 100644 --- a/prototypes/ores/oil-sand.lua +++ b/prototypes/ores/oil-sand.lua @@ -47,7 +47,7 @@ ENTITY { stage_counts = {2000, 1600, 1400, 1200, 800, 400, 200, 10}, stages = { sheet = { - filename = "__pypetroleumhandlinggraphics__/graphics/entity/ores/oil-sand/hr-oil-sand.png", + filename = "__pypetroleumhandlinggraphics__/graphics/entity/ores/oil-sand/oil-sand.png", priority = "extra-high", width = 128, height = 128,