packtest
packtest copied to clipboard
Run tests only inside the worldborder
The goal of this PR is to fix #5 !
Is it still possible for the tests to spill out into the world border even though the start pos was inside the world border?
Sadly yes, this only ensure that the starting position is inside the worldborder. I can try to take into account the size needed to run the tests but i'm not really sure what should happen if the worldborder is too small. Maybe just throw an error and abort the tests?
There might still be some edge cases because the tests could be started at the edge of the world border and go outside it, but I'll merge this anyways.