From 6db9a55f0c44218c1e8a6756d986b6e3ac386302 Mon Sep 17 00:00:00 2001 From: fluxionary <25628292+fluxionary@users.noreply.github.com> Date: Sun, 15 Jan 2023 05:15:45 -0800 Subject: [PATCH] Add compatibility w/ animations of the emote mod (#82) --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 718c7c3..7821b76 100644 --- a/init.lua +++ b/init.lua @@ -80,6 +80,10 @@ player_api.register_model("skinsdb_3d_armor_character_5.b3d", { mine = {x=189, y=198}, walk_mine = {x=200, y=219}, sit = {x=81, y=160}, + -- compatibility w/ the emote mod + wave = {x = 192, y = 196, override_local = true}, + point = {x = 196, y = 196, override_local = true}, + freeze = {x = 205, y = 205, override_local = true}, }, })