My Tree Mod


Craft and plant (blue-printable) tree saplings that grow into trees, and automate it with the Recursive Blueprints mod.

Utilities
5 years ago
0.15 - 0.17
19

g icon size bug. How did you?

6 years ago

I have the same bug with other mods. How did you fix this bug?

6 years ago

If it is in a mod that you are using you can simply use the Add Icon Size mod until it gets fixed. https://mods.factorio.com/mods/darkfrei/_IconSize

If you have to fix it manually, then you add

icon_size = 32,

anywhere a icon is called, adding it below flags helped prevent a bug for me so my code looks like this

icon = "My_Tree_Mod/graphics/tree-sapling-icon.png",
flags = { "goes-to-quickbar" },
icon_size = 32,

I hope the icon_size bug becomes a distant memory for you :)

New response