Hook for containers dropping lootable bag?

So I found and used the hook OnContainerDropItems as a way to have containers not drop their loot when broken and this DOES work, but only when the container drops the actual item (meaning the container has only 1 stack of items in it). This does not work for when the container has multiple items in it and drops that little lootable bag with the items inside.

So is there a hook for this lootable bag? I can't seem to find it in the hook list.
lootbag

Maybe look for that prefab in the OnEntitySpawned hook.  I think its a DroppedItemContainer.  Could overload to that.

Ok, I'll check that out, I also needed to get to stopping those little tree pickup nodes from spawning around the map anyways.

Edit: yeah that did the trick, was also able to add the wood collectables as well :)
ID's for anyone interested:

loot bag: 545786656, wood collectable: 2107058515

loot bag: 545786656 I cant find this item anywhere, do you know if they changed the id?