From d7a5b88fb46d82c75fb7b08ba68420b2500ee49d Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 18 Mar 2021 09:01:23 +0000 Subject: [PATCH] improve stand animation set --- init.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 422e932..03b57f9 100644 --- a/init.lua +++ b/init.lua @@ -29,7 +29,12 @@ mobs:register_mob("mob_horse:horse", { speed_normal = 15, speed_run = 30, stand_start = 25, - stand_end = 75, + stand_end = 50, -- 75 + stand2_start = 25, + stand2_end = 25, + stand3_start = 55, + stand3_end = 75, + stand3_loop = false, walk_start = 75, walk_end = 100, run_start = 75,