Adding weak chests
Feature:
- Adding possibility to add weak references to objects in chests. To do that, a weak chest needs to be created, via
Chest weak
orWeakChest
. Then the API is the same asChest
andWeakChest
has even its own default instance soWeakChest
can be used as a chest itself.