When I place one of my Entities, I spawn another entity right on top of it.
The initial entity is a 3x3 and the second created one is a 1x1 in the middle of the 3x3.
My problem is that the 3x3 entity of on top of the 1x1 and hiding it.
I thought by using priority = "very-low", on the 3x3 and priority = "extra-high" for the 1x1 would solve this, but it does not.
How would I ensure that the 1x1 is visible on top of the 3x3?
From the picture below, the 1v1 is the little burner miner that I want on top of the assembler:

Thanks,