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

//ramp #36

Open VorTechnix opened 3 years ago

VorTechnix commented 3 years ago

Building on the iterative thickness and width idea, ramp creation would be a perfect complement to 2d lines while removing the need to stack them on an axis in order to build roofs and stuff. Suggested syntax: //ramp <replacenode> [<incline dir>]

sbrl commented 3 years ago

Oh, interesting. I assume you're thinking of a solid ramp here? This would be a useful addition!

VorTechnix commented 3 years ago

Yup. A solid ramp. It would be nice if we could check if the replace node is a type of stair and if so make them face in the proper direction too.

sbrl commented 3 years ago

Cool. Ah, that could be possible - but then you'd have a solid block of stairs - I suggest a combination of //ramp followed by a //overlay in that instance might be in order (potentially followed by a //orient)