Hello, I’m currently testing Recursive Blueprint, but I’ve run into an issue.
When the blueprint size is odd, it seems to place correctly centered.
However, when the size is even, the placement seems to shift one tile down and to the right.
I tested this by defining the BADChest area as 20×20 and creating a blueprint of exactly 20×20 using concrete.
The problematic code appears to be around lines 426–427 in deployer2.lua.
Could you advise if there’s a way to fix this? Thank you.