When using the command wall <height> to create a wall, subsequent wall commands should increase or decrease the height of the wall.
So for example wall 5 creates a wall with an height of 5. When typing the command wall 4, it should lower the wall with 1 block.
Current behaviour is that the wall of height 4 is created inside the wall of height 5. So if the same building block is being used, you don't see any difference.
When using the command
wall <height>
to create a wall, subsequentwall
commands should increase or decrease the height of the wall.So for example
wall 5
creates a wall with an height of 5. When typing the commandwall 4
, it should lower the wall with 1 block.Current behaviour is that the wall of height 4 is created inside the wall of height 5. So if the same building block is being used, you don't see any difference.