mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-07-06 09:40:24 +02:00
Add compatibility w/ animations of the emote mod (#82)
This commit is contained in:
4
init.lua
4
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},
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user