I'm working on a project which required the creation of an alchemy lab for which I am using custom pots and a modified version of Despair's sorting scripts (modified simply to direct to custom object names) from his "Despair's Ingredient Pots and Sorter v1.1". After getting all of my pots in position and ensuring everything was working correctly I noticed this line in his read me.
"The idea for working around the bug in addItem with a container by using a (hidden) light in the container also came from Magus Realm."
After examining his pots it seems that each one has "_dm_SorterLight" in the upper right portion of the item screen. I'm not familiar with this bug in additem but want to prevent it, of course, in my mod.
Is it sill necessary for me to do this and, if so, how would I go about adding the same light (or a similar one perhaps?) to each of my ingredient jars?
Thanks!