Saving and Loading
All bolt objects that can be saved/loaded implement the IBLSaveable
interface. The example map demonstrates a simple
method for saving and loading inventory components and world items; however, we highly recommend using a dedicated save
system (many are available on the marketplace).
Item Stacks In Inventories
Inventories save any items they hold along with their own data.
Save System Integration
See the guide.