This is more of a question than an issue, apologies if it's answered somewhere I haven't read.
Is it possible to analyze just a single specific seed, for example a seed outputted by the game or in a historical run? Providing any String seeds in the config file results in an error as it expects numeric values for startSeed & endSeed.
It seems like the conversion of the String seed value to long is just using getLong so it seems possible to do, but likely I'm realizing would need some refactoring to the mod and additional config input.
This is more of a question than an issue, apologies if it's answered somewhere I haven't read.
Is it possible to analyze just a single specific seed, for example a seed outputted by the game or in a historical run? Providing any String seeds in the config file results in an error as it expects numeric values for
startSeed&endSeed.It seems like the conversion of the String seed value to long is just using
getLongso it seems possible to do, but likely I'm realizing would need some refactoring to the mod and additional config input.