Large Jigsaws Overlap
catter1 opened this issue ยท 3 comments
It is because I space out the pieces by 48 based on vanilla's max size.
For maximum speed, I set the structure void over the entire area first.
Then I spawn each template separately from there. So I have no access to the size of the templates initially when clearing out the areas.
Furthermore, if I do dynamically space things out based on template size, it would either make everything spaced out super far even for small pieces. Or I accept and make the grid of pieces no longer a grid.
Pros and cons for something when breaking the 48 block limit
Yeah, the cons are fair. Maybe a solution could be another argument to the command, that overrides the default 48 to whatever spacing the user wants? That way the "dynamic-ness" would only apply if the user specifically says to, in which case they would be okay with everything being spaced out.
(and yes, the real solution is I need to stop using such large Jigsaws :P)