AllenSeitz / DimDungeons

A Minecraft mod which adds proceedurally generated dungeons.
14 stars 11 forks source link

enhancement chest counter #58

Open drmorgmd opened 1 year ago

drmorgmd commented 1 year ago

Having a chest counter in the bottom left for the player would be neat, so let's say dungeon has 10 chests every time you get a chest it will change 1/10 2/10 6/10 ect just so the player knows everything was found and all secrets reviled. The player will be happy with the loot, and the experience of figuring out all the secrets will be a blast.

AllenSeitz commented 1 year ago

I like this suggestion! It can be a hassle to ring the Bell of Secrets in every room.

It is difficult in 1.18 however to know when a chest has been opened. Previously I would check if the chest had either a loottable, or an inventory, since no chest will ever have both. But that breaks with lootr and there was some other technical issue as well. I'll have to think on this one.

drmorgmd commented 1 year ago

What about something like clay pots (zelda) I know that means multiple players can't do the lootr and you would have to add an extra item but I think it would fit the theme of the mod. Just an idea