Not fixed,A bit better now, has several issues remaining though:
# Doesn't work for ship entities
# For stations it works but with issues:
## The current dimensions of your ship is bigger than the actual ship, leading to a false positive. seems some condition is wrong.Can make anything invalid because you're allowed to put 1 block beyond the max dimensions
Anything that should be allowed,## If above the dimension limit, you're not allowed to remove blocks to go below it. is not allowedOnce you go above it you're stuck.
Anything tha{F15966}
This limit should not be allowedonly apply for placing down blocks, is allowed.
Probably caused by line 453 in the Segment classtemplates or trying to spawn in a ship that is above the limit.
It should not apply on removing blocks, that way you always have the chance to convert existing ships into something usable.