From 3c554f1ce743dcce27106bfc26a318e2443ed4e9 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Sat, 29 Apr 2023 23:28:59 -0300 Subject: [PATCH] drive wheel adjusted --- automobiles_trans_am/entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automobiles_trans_am/entities.lua b/automobiles_trans_am/entities.lua index 2fb0c85..3c21d4e 100755 --- a/automobiles_trans_am/entities.lua +++ b/automobiles_trans_am/entities.lua @@ -577,7 +577,7 @@ minetest.register_entity("automobiles_trans_am:trans_am", { --control local steering_angle_max = 40 - local steering_speed = 80 + local steering_speed = 40 if math.abs(longit_speed) > 3 then local mid_speed = (steering_speed/2) steering_speed = mid_speed + mid_speed / math.abs(longit_speed*0.25)