Skip to content

Crash when played with Bob's Mods/Artisanal Reskins #22

Description

@kirazy

image

The issue is here:

item.icons={{icon="__base__/graphics/icons/accumulator.png",tint=rtint}}

When you copy the accumulator item prototype and then change the icon, you do not specify icon_size as part of your new IconData definition. Since Artisanal Reskins modifies the accumulator item prior to your copy operation, the icon_size at the item root is not present, and must be specified by your icons definition.

The fix is easy:

item.icons={{icon="__base__/graphics/icons/accumulator.png",icon_size=64,icon_mipmaps=4,tint=rtint}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions