Change ability to loot in world from `ItemModWearable.backpack` to `ItemModContainer.canLootInWorld`
Add `ItemModBackpack` instead of `bool backpack` in `ItemModWearable`
Only allow backpack to have items added to it when it is dropped in the world (via canAcceptItem so cheats can't bypass it)