Firigion
Firigion
I added a few funcitons, not sure if all of them should stay, but this is why we have reviews. Comments on functions: * `norm` * `normalize` added because it's...
Adding a few more features ot `block_counter.sc` to make it more flexible and easy to use. I'll start the PR, but will prolly be adding to it as I go,...
I added a maximum range you can fly from your orignial position. Someone on discord asked for it and I though it was a decent suggestion to add. Modifyin the...
That's about it.
This PR resolves #81 and #82. It adds - Mirror operation - `mirrorc` and `rotatec` command that mirror and rotata the clipboard (the default behaviour of mirror and rotate in...
- [x] `mirror` command to supplement the `rotate` command, so we can set a structure in any possible orientation. - [x] `cut` command to supplement `move` and `copy` (would be...
The help menu is getting out of hand. It was concived when the app was much smaller, but we no have 10 pages of very condensed information. I'd suggest splitting...
The thing is still missing support for `set_block` to use palettes, but that's independant of the current development. It should be compatible with the comand-based palettes WE style. There's even...
Not by much, but enough that it's the wrong placement. It might have to do with the entity's size. 
Flood, drain, hollow and outline only check for direct cartesian neighbors (the six blocks in the positive and negative offset along the axes). This is fine for most cases, but...