Minetest-WorldEditAdditions icon indicating copy to clipboard operation
Minetest-WorldEditAdditions copied to clipboard

//ramp

Open VorTechnix opened this issue 4 years ago • 3 comments

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>]

VorTechnix avatar Feb 26 '21 17:02 VorTechnix

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

sbrl avatar Mar 01 '21 21:03 sbrl

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.

VorTechnix avatar Mar 01 '21 22:03 VorTechnix

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)

sbrl avatar Mar 01 '21 23:03 sbrl