Nukelawe / slimefinder

54 stars 5 forks source link

About restricted search #6

Open FourFeaves opened 4 years ago

FourFeaves commented 4 years ago

Is it possible to make a progress that users can input area coverage than export the maximum slimechunk in 128, the min in 128 and hangup point?

Nukelawe commented 2 years ago

Currently the search area is always a square, which is iterated over in spiralling manner starting from the center. Is this a request for a more complicated or a custom search area shape or iteration order? Implementing a new search area shape or even iteration order would be relatively easy as this part of the code is quite modular, but I'm unaware of any use cases for any other than square search areas. So unless you can give sufficient justification for the need for a different seach area shape, it will probably not be implemented.

Could you explain what you mean by a "hangup point" or the "max/min slimechunk in 128"?