Hello, this is just to inform you that the newest update to Factorio messed with the size of sprites again, resulting in an error when starting the game : https://i.imgur.com/gfikLYI.png
This one is caused by the tiberium mod and is slated to get fixed in their next update
or manual fix is here
extract Factorio-Tiberium_2.0.10.zip and navigate:
->prototype
->entity
->tiberium-beacon-node.lua
edit line:
69: width = 18,
70: height = 29,
save
As for this mod there is also this issue https://i.imgur.com/0T7XHIf.png which is related to here and solved here already https://mods.factorio.com/mod/Mining_Drones/discussion/6798f32c518d0866cec0df11
For those who want a manual fix for this
find line 16 in \Mining_Drones_Remastered\data\entities\attack_proxy\attack_proxy.lua
replace
filename = "base/graphics/icons/ship-wreck/small-ship-wreck.png",
with
filename = "core/graphics/empty.png",
find line 327
replace
icon = "base/graphics/icons/ship-wreck/small-ship-wreck.png",
icon_size = 32,
with
icon = "__core__/graphics/empty.png",
icon_size = 1,