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

`//orient` should support rotation around all axes

Open lotigara opened this issue 1 year ago • 3 comments

I want to rotate a lot of blocks (slabs), but they don't rotate around the Y axis at all. Is there any command that acts as //orient, but allows usage of any axis?

lotigara avatar Jan 03 '25 15:01 lotigara

Are you sure that's not just a limitation inherent to slabs? Can you rotate them the way you want when using a screwdriver?

sfan5 avatar Jan 26 '25 18:01 sfan5

Are you sure that's not just a limitation inherent to slabs? Can you rotate them the way you want when using a screwdriver?

Yes, I can rotate them using a screwdriver. I use this mod for now: https://github.com/AspireMint/worldedit_addon. The problem that I need to re-enter the game each time I need other //rotate.

lotigara avatar Jan 26 '25 20:01 lotigara

I checked the code and I see now that //orient only rotates around the Y axis by design, so this is a feature request.

sfan5 avatar Jan 26 '25 21:01 sfan5