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
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