Sorry for necroing, yes I am new to modding and java in general however im gonna ask anyway, what exactly do you return to super? Ive tried the below and none of them work.
super.fillItemList(
ItemInit.MINICIO_ESSENCE.get()
);
super.fillItemList(this,
stacks.add(new ItemStack(ItemInit.MINICIO_ESSENCE.get()))
);