From 787f526d51de2ed20dc280b8c984b013d9e467d6 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Tue, 28 Feb 2023 08:37:13 -0300 Subject: [PATCH] Update entities.lua reduced wind influence --- entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities.lua b/entities.lua index 7596073..0080c5d 100755 --- a/entities.lua +++ b/entities.lua @@ -550,7 +550,7 @@ minetest.register_entity("ap_airship:airship", { --minetest.chat_send_all('newroll: '.. newroll) --------------------------------- -- end roll - local wind = airutils.get_wind(curr_pos, 0.3) + local wind = airutils.get_wind(curr_pos, 0.15) local wind_yaw = minetest.dir_to_yaw(wind) --minetest.chat_send_all("x: "..wind.x.. " - z: "..wind.z.." - yaw: "..math.deg(wind_yaw).. " - orig: "..wind_yaw)