Drawers Tooltip
The Drawers Tooltip mod provides a convenient way to view the contents of Storage Drawers containers directly in item tooltips, similar to how it's implemented for shulker boxes.
Mod developers will find useful a new ingredient type that allows checking for the presence of specific items in drawers. This ingredient triggers only when the container contains a particular item in a quantity exceeding the specified value:
{
"type": "draweringredient:standard",
"content": { "tag": "minecraft:coals" },
"amount": 127
}