Maximum radius of FindVeins command can be higher
Assaders opened this issue ยท 2 comments
Maximum radius of FindVeins command (10) makes it almost impossible to test veins distribution. At the same time, upper boundary for ClearWorld (250) makes no sense, as values around 50 crashes server. I made custom build of mod with maximum radius for FindVeins = 100, and it works like a charm with zero impact on performance.
IIRC findveins takes a chunk radius (so 10 = 160 block radius) and clearworld takes a block radius. Clear world crashing is very spec / machine specific - it increases as more blocks need to be cleared. That said, I can raise these if they don't cause problems