Releases: TheBeems/pxt-worldBuilder
Releases · TheBeems/pxt-worldBuilder
worldBuilder 1.5.7
- When breaking a mark, bring it back when player wasn't standing on its position to remove the mark. (568fbb0)
- Calculate the max amount of blocks for fill command. Returns error when it is exceeded (aca6f13)
- Extended the fill command to exceed the max of 32768 blocks (#13)
- Add feedback when looping through all the marks to remove them. (a2978e0)
- Add toggle for auto clear marks after building. (79e0ec4)
- Add some extra help (196b8e7)
worldBuilder 1.5.4
- Updated the help function
- Releases have debug-mode set to
false
by default now. You can enable debug-mode manually by changing thestatic bDebug: boolean = false
inside the Data class totrue
.
worldBuilder 1.5.3
- Fixed making spheres
- Fixed making reversed pyramids
Import using method 1 as described in the README.md file.
worldBuilder 1.5.2
First useable version for production.
Import using method 1 as described in the README.md
file.