@ -223,12 +223,12 @@ and not minetest.settings:get_bool("creative_mode") then
ifx>=0then
x=x+1
end
vel.x=x
vel.x=1/x
localz=math.random(-5,4)
ifz>=0then
z=z+1
end
vel.z=z
vel.z=1/z
obj:setvelocity(vel)
end
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.