TheBeems / pxt-worldBuilder

Script to make building inside Minecraft:Education Edition a little easier. Inspired by, and similar as WorldEdit for Minecraft.
MIT License
5 stars 3 forks source link

Being able to increase or decrease wall height #1

Closed TheBeems closed 3 years ago

TheBeems commented 3 years ago

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.