From e6f89da0f3aa02da88e6b2e98c8d49dd2d9a0e41 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sat, 9 Nov 2024 12:13:19 -0600 Subject: [PATCH] Remove all code related to `icon_mipmaps` --- prototypes/biofluid/vessel.lua | 1 - prototypes/creatures/mecha-zungror.lua | 1 - prototypes/creatures/phadaisus.lua | 1 - prototypes/updates/base-updates.lua | 1 - prototypes/upgrades/bhoddos.lua | 1 - 5 files changed, 5 deletions(-) diff --git a/prototypes/biofluid/vessel.lua b/prototypes/biofluid/vessel.lua index 8cf622491..045c9e4be 100644 --- a/prototypes/biofluid/vessel.lua +++ b/prototypes/biofluid/vessel.lua @@ -330,7 +330,6 @@ underground_pipe.fast_replaceable_group = "vessel" underground_pipe.next_upgrade = nil underground_pipe.icon = data.raw.item["vessel-to-ground"].icon underground_pipe.icon_size = 64 -underground_pipe.icon_mipmaps = nil underground_pipe.fluid_box = { volume = 1, pipe_connections = { diff --git a/prototypes/creatures/mecha-zungror.lua b/prototypes/creatures/mecha-zungror.lua index e7f50e8fd..4052cebda 100644 --- a/prototypes/creatures/mecha-zungror.lua +++ b/prototypes/creatures/mecha-zungror.lua @@ -1,7 +1,6 @@ local zungror = data.raw["item-with-entity-data"].spidertron zungror.icon = "__pyalienlifegraphics__/graphics/icons/spidertron.png" zungror.icon_size = 64 -zungror.icon_mipmaps = nil zungror.icon_tintable = zungror.icon zungror.icon_tintables = nil zungror.icon_tintable_masks = nil diff --git a/prototypes/creatures/phadaisus.lua b/prototypes/creatures/phadaisus.lua index 6f200eda0..e49f8cd38 100644 --- a/prototypes/creatures/phadaisus.lua +++ b/prototypes/creatures/phadaisus.lua @@ -262,7 +262,6 @@ local flamethrower = table.deepcopy(data.raw["gun"]["tank-flamethrower"]) flamethrower.name = "dragon-breath" flamethrower.icon = "__pyalienlifegraphics__/graphics/icons/dragon-breath.png" flamethrower.icon_size = 64 -flamethrower.icon_mipmaps = nil flamethrower.attack_parameters.ammo_category = "dragon-breath" flamethrower.attack_parameters.gun_center_shift = {-0.17, -0.2} flamethrower.attack_parameters.range = 35 diff --git a/prototypes/updates/base-updates.lua b/prototypes/updates/base-updates.lua index 303c22db4..523b3d47f 100644 --- a/prototypes/updates/base-updates.lua +++ b/prototypes/updates/base-updates.lua @@ -76,7 +76,6 @@ TECHNOLOGY("destroyer"):add_pack("py-science-pack-4") ITEM("raw-fish", "capsule"):set("icon", "__pyalienlifegraphics__/graphics/icons/fish.png") ITEM("raw-fish", "capsule"):set("icon_size", 32) -ITEM("raw-fish", "capsule"):set("icon_mipmaps", nil) RECIPE("power-armor"):add_ingredient {type = "item", name = "pelt", amount = 1} TECHNOLOGY("atomic-bomb"):remove_prereq("kovarex-enrichment-process"):remove_prereq("military-4"):remove_prereq("rocketry"):add_prereq("domestication-mk02"):add_prereq("uranium-mk03") RECIPE("atomic-bomb"):add_ingredient {type = "item", name = "titanium-plate", amount = 20}:add_ingredient {type = "item", name = "fuelrod-mk01", amount = 10}:remove_ingredient("yellow-cake"):add_ingredient {type = "item", name = "neuromorphic-chip", amount = 1} diff --git a/prototypes/upgrades/bhoddos.lua b/prototypes/upgrades/bhoddos.lua index 592e43adc..36516b635 100644 --- a/prototypes/upgrades/bhoddos.lua +++ b/prototypes/upgrades/bhoddos.lua @@ -60,7 +60,6 @@ if data and not yafc_turd_integration then biomass_sporopollenin.icons = nil biomass_sporopollenin.icon = nil biomass_sporopollenin.icon_size = nil - biomass_sporopollenin.icon_mipmaps = nil data:extend {biomass_sporopollenin} end