Stable
20230709
- New code-defined item registration path
- New hook: ItemStoreRegisterItems, use this hook with the functions below to register items at runtime.
- New function: itemstore.items.Definition, returns what is essentially an ITEM table for use with the above hook. Can be called at any time during initialization.
- New function: itemstore.items.Register, takes an ITEM table and registers the item with ItemStore. Should be called during ItemStoreRegisterItems to register definitions created using the above Definition function.
- Fixed a potential bug with config.LimitToJobs