sbrl / Minetest-WorldEditAdditions

Extra tools and commands to extend WorldEdit for Minetest
https://worldeditadditions.mooncarrot.space/
Mozilla Public License 2.0
16 stars 3 forks source link

Added //srect and //basename #34

Closed VorTechnix closed 3 years ago

VorTechnix commented 3 years ago

Also moved saplingaliases to worldeditadditions_commands\extra and corrected the block text in forest.lua to say "Forest" and not "Overlay".

//srect

Syntax:

//srect [<axis1> <axis2>] <length>

Defaults:

VorTechnix commented 3 years ago

I think all issues you brought up have been successfully resolved.

VorTechnix commented 3 years ago

As to the license thing I hereby release this pull request, and any further contributions I make to this mod, under Mozilla Public Licence 2.0.

Normally I prefer to release under Creative Commons licenses (usually CC BY 4.0 or CC BY-NC-SA) but I get that contributions have to be under the same license as the parent work under the Mozilla license you released under.

VorTechnix commented 3 years ago

Found new crash causing fringe case: //srect -ax z 5. I'll get to work on it tomorrow.

VorTechnix commented 3 years ago

There, -ax z 5 crash is patched.