TechnoBeceT / MinersCompass

Ore Finder Compass mod for Minecraft Fabric
MIT License
0 stars 0 forks source link

[Suggestion] Use Glob for generating and finding ores? #2

Open HojoTimberwolf opened 7 months ago

HojoTimberwolf commented 7 months ago

Having fun with the miners compass but felt that if could be greatly improved with a couple changes. The first would be to use glob to generate the list of ores that the can compass can find. I like the ability to build a list that can be appended to expand the compasses capabilities, but with mods like Excavated Variants. The list that needs to be added is ever expansive. I feel that a simple quick set of code that runs when the world is loaded that builds a list of all the items that have 'Ore' in the ID would help greatly.

The second is to also use glob for locating ores. Tracking coal requires one to log stone coal, deepslate coal, basalt coal, etc, etc, when really, the compass should just notify and say "coal is being tracked"

TechnoBeceT commented 7 months ago

Hi @HojoTimberwolf ,

Thanks for your feedback and suggestion. On my first free time, i'm gonna work on this.

AdamWaldie commented 2 weeks ago

This would be amazing!