Explorer's Compass

Explorer's Compass

14M Downloads

Radius is smaller then it should be

toffi3 opened this issue ยท 2 comments

commented

1
2

commented

Mod Version 1.1.2 1.18.1
Forge Version 39.0.10

commented

This is happening because maxSamples is being reached before maxRadius is. In other words, no more samples can be taken, so the search stops even though the maximum radius has not yet been reached.

I'll look into raising the maximum configurable value for maxSamples in the next update so it's possible to get closer to the maximum searchable radius.