[2.0.75] ItemStackDefinition has wrong type for tags
[2.0.75] ItemStackDefinition has wrong type for tags
I believe the ItemStackDefinition concept (https://lua-api.factorio.com/latest/con ... ition.html) has the wrong type listed for tags. It currently says array[string], but this should be corrected to the Tags concept (https://lua-api.factorio.com/latest/concepts/Tags.html). If I try to create an item-with-tags item stack with tags={"a", "b", "c"} I get an error but tags={a=1, b=2, c=3} works.
