seeder
seeder copied to clipboard
Feature Request: Seed Cache
What I'm suggesting is some sort of database or cache where whenever someone finds a seed matching their requirements, it is added to the database with the filters the user set.
For example, I search for a seed with a bamboo jungle, shattered savannah plateau, cherry grove, mushroom fields, and an ancient city within 500 blocks. If one is found, it displays for me as usual, but gets added to the database perhaps like this: {seed number: [[bamboo jungle, shattered savannah plateau, cherry grove, mushroom fields], [ancient city]]}.
Now if someone else searched for a seed with the same filter or one less restrictive, it would search the database for one with those requirements saved.
For example, if someone searched for a seed with a bamboo jungle, shattered savannah plateau, and an ancient city within 1000 blocks, they would find the same seed as me. You could also make this a toggleable option for if someone specifically wants a unique seed.
Another way to implement this could be to have a 'world' object with booleans stating whether or not each biome and structure is within each distance. I can see how this could be slightly difficult to implement with the custom distance option, but perhaps that option would disable this one.
Having this as an option would be one way to, as time passes, make searching for seeds take less time and processing power.
This would defeat the purpose of a compeltely static web app, which was the idea when I started working on this project. I might think about implementi it, though, if enough people seems to be interested.