MianReplicate / Unique-Items

Items that can only be created a certain amount of times whether from crafts or loot tables.
GNU General Public License v3.0
1 stars 0 forks source link

Decrement uniqueness counter when items are destroyed. #1

Open murphy-slaw opened 1 week ago

murphy-slaw commented 1 week ago

Is your feature request related to a problem? Please describe. I would like to use this for my pack for rare artifacts, etc. As it stands, once an item's uniqueness count is exhausted, then it can never be crafted or looted again, even if every existing instance of the item is destroyed (by lava, the void, etc.)

Describe the feature you'd like It would be nice if items could decrement their uniqueness counter when they are removed from the game, possibly as a configurable option per item type.

MianReplicate commented 1 week ago

I can look into it! Thanks for the suggestion :)