Traben-0 / Entity_Model_Features

Other
104 stars 18 forks source link

[Bug - models] is_swinging_<any>_arm doen't work with players #249

Open PixalThePixeled opened 3 months ago

PixalThePixeled commented 3 months ago

Parameters "is_swinging_left_arm" and "is_swinging_right_arm" just returns "false" in any situation in a player model, even regardless of which hand the player swing and which hand is the main one (placing blocks with off hand also doesn't work)

I haven't checked if it works with other mobs.

It also seems to me that it is worth replacing these boolean parameters with float parameters - "swing_progress_left" and "swing_progress_right" (or do not replace those parameters and add new ones to them)