Skip to content

Commit

Permalink
Remove all code related to icon_mipmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Nov 9, 2024
1 parent 95e3b00 commit e6f89da
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion prototypes/biofluid/vessel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
1 change: 0 additions & 1 deletion prototypes/creatures/mecha-zungror.lua
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion prototypes/creatures/phadaisus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion prototypes/updates/base-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion prototypes/upgrades/bhoddos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6f89da

Please sign in to comment.