I'm seeing on the server I play on, a block that is limited to 10 per grid, where 5 are already placed, having the 5 that are not placed removed from the projection. The result is only 5 blocks are placed on the finished grid, instead of the 10 allowed.
It looks like a fairly simple fix (🤞 ) around https://github.com/N1Ran/BlockLimiter/blob/master/BlockLimiter/Patch/ProjectionPatch.cs#L129 to prefer to remove blocks from the projection that are already placed. Would you accept a PR for this?