From d359b5adcaa452adb4f04609ea42a26649aa9bed Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Wed, 1 Mar 2023 16:36:28 -0300 Subject: [PATCH] Update entities.lua --- entities.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities.lua b/entities.lua index 0ebc768..0873a70 100755 --- a/entities.lua +++ b/entities.lua @@ -515,7 +515,7 @@ minetest.register_entity("ap_airship:airship", { local sdir = minetest.yaw_to_dir(newyaw) local snormal = {x=sdir.z,y=0,z=-sdir.x} -- rightside, dot is negative local prsr = ap_airship.dot(snormal,nhdir) - local rollfactor = -15 + local rollfactor = -4 local newroll = 0 if self._last_roll ~= nil then newroll = self._last_roll end --oscilation when stoped