NyakoFox / VanitySlots

A rewrite of VanitySlots, to be multi-loader.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

(Suggestion) Add a config to allow other modded armors to be equipable in these slots #3

Open TorchTheDragon opened 3 hours ago

TorchTheDragon commented 3 hours ago

I am not sure how hard it would be to implement, but I would assume having it as part of the config then only reading the config on startup to add the tags to these items. Like having an array/list in the config for the Head Vanity, Chest Vanity, etc. so that we can put other armor types into them. An example could be putting "selfexpressions:miner_helmet" into that config for Head Vanity, and then one game restart later, I can then equip it into that slot.

NyakoFox commented 2 hours ago

Ideally mods themselves would add their armors to the vanilla tags, which I was relying on, but I can try to find a different solution.