We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c224a73 commit 082e866Copy full SHA for 082e866
3d_armor/init.lua
@@ -296,16 +296,21 @@ player_api.register_model("3d_armor_character.b3d", {
296
},
297
animations = {
298
stand = {x=0, y=79},
299
- lay = {x=162, y=166},
+ lay = {x=162, y=166, eye_height = 0.3, override_local = true,
300
+ collisionbox = {-0.6, 0.0, -0.6, 0.6, 0.3, 0.6}},
301
walk = {x=168, y=187},
302
mine = {x=189, y=198},
303
walk_mine = {x=200, y=219},
- sit = {x=81, y=160},
304
+ sit = {x=81, y=160, eye_height = 0.8, override_local = true,
305
+ collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.0, 0.3}},
306
-- compatibility w/ the emote mod
307
wave = {x = 192, y = 196, override_local = true},
308
point = {x = 196, y = 196, override_local = true},
309
freeze = {x = 205, y = 205, override_local = true},
310
311
+ collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.7, 0.3},
312
+ -- stepheight: use default
313
+ eye_height = 1.47,
314
})
315
316
minetest.register_on_player_receive_fields(function(player, formname, fields)
0 commit comments