Item tags for selecting different sets of items
NeunEinser opened this issue ยท 0 comments
Especially interesting for more advanced expansion packs, there should be a way to esentially enable and disable items during runtime.
The way I want to implement this is using item tags, a list of namespaced ids in the item definition.
By default, the item tag bingo:default
will be enabled containing all current items.
An expansion pack should be able to change the selected tags at any time and then call a bingo function for actually applying these changes.