Update entities.lua

reduced wind influence
This commit is contained in:
Alexsandro Percy 2023-02-28 08:37:13 -03:00 committed by GitHub
parent e0f05609f7
commit 787f526d51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)