From 2ea036680dce8425aef7ce2ed5436391c8957b2e Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 21 Oct 2023 04:39:29 -0400 Subject: [PATCH] Fix amplitude multiplier for mermaid tail --- script.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.lua b/script.lua index 69f98b9..72686d6 100644 --- a/script.lua +++ b/script.lua @@ -643,7 +643,7 @@ end function animateMTail(val, delta) local chest_rot = 3 local period=3*math.pi - local amplitude_multiplier=0.8 + local amplitude_multiplier=1 local curve=0 -- TODO vanilla model manipulation broke, add chestplate model -- armor_model.CHESTPLATE:setRot(vec( -wave(val, period, math.rad(3)), 0, 0 ))