The XML classifies jars as:
But Ta'Illistim's jars are "a vaalin-rimmed glass bottle", which causes a false negative. Their name only shows up as "glass bottle"; vaalin-rimmed is part of the long and thus isn't picked up, so adding a name field to jar won't help.Code:<type name="jar"> <noun>^(?:jar|bottle|beaker)$</noun> <exclude>^glass bottle$</exclude> </type>
Not sure what other glass bottles were causing the issue, but I killed the exclude on my end.