mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
Update entities.lua
reduced wind influence
This commit is contained in:
parent
e0f05609f7
commit
787f526d51
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue