Well so far all I've looked into is the ability to create ICs, not their actual functions.
I can replicate this problem and I don't see any way to get around it. The IC creates just fine, however it doesn't actually dispense anything. At this point I've been given a peek at the configs that control the class/level requirements to
create ICs, and that part looks fine... not sure what else I can do.
One thing I did notice -- On line 3 you are supposed to put the item ID or
name. If you type in a name, when the sign is created it always changes to "1" no matter what. ID numbers don't exhibit this behavoir. The name-ID lookup may be having some issues and that could be causing the problem.
On Craftbook documentation it says this is referenced in "hMod's item list", which apparently refers to a legacy mod. So this info must be outdated, but I imagine there's a similar file for Bukkit. @
Kainzo is there an "item list" in Bukkit to link item IDs with names? I'm wondering if the chest dispenser is having problems with that or doesn't have access to read it or something. Or perhaps it is still looking for an hMod version of the file we need to generate and drop in the right place?