Validity checks are not performed
williewillus opened this issue ยท 0 comments
BaublesContainer
has a method to check if a bauble can actually go into the slot here, but it's never actually called. The insertItem/extractItem/setStackInSlot methods are not overridden from the superclass to actually enforce these checks.
As a result, anyone can set any stack at all into whichever bauble slot they want, through the IItemHandler path.