Skip to content

ItemFlag placement in items.xml can deny functionalty of Molle-pouches #358

Description

@kitty624

If an item is a MOLLE-pouch and does have an ItemFlag, it matters where the tag is placed in Items.xml

if the ItemFlag-tag is below the Attachment-tag, the pouch can't be attached to a Molle-carrier (i.e., a leg-rig)

Attachment>1</Attachment
ItemFlag>2147483648</ItemFlag

if the ItemFlag-tag is above the Attachment-tag, it can be attached

ItemFlag>2147483648</ItemFlag
Attachment>1</Attachment

Tested with different ItemFlags, same result

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions