Merge branch 'vortechnix' of https://github.com/sbrl/Minetest-WorldEditAdditions into vortechnix

This commit is contained in:
VorTechnix 2021-06-25 11:59:01 -07:00
commit 8be867b2eb

@ -46,7 +46,7 @@ function worldeditadditions.torus(position, major_radius, minor_radius, target_n
local x_sq = x*x
local sq = vector.new(x_sq, y_sq, z_sq)
-- Default: xy
if axes == "xz" then
sq.x, sq.y, sq.z = sq.x, sq.z, sq.y