stujones11 / minetest-3d_armor

Visible player armor & wielded items for minetest
Other
56 stars 98 forks source link

Don't reset the physics on armor.set_player_armor #151

Closed Lejo1 closed 6 years ago

Lejo1 commented 6 years ago

Don't set the Physics of a player to 1 if he is using a armor.

stujones11 commented 6 years ago

Sorry, I do not think this is right as it would result in the physics effects being stacked every time someone changes an item of armor. It you are trying to make armor applied physics work with other mods you should look at the player_monoids or POVA mods.

Lejo1 commented 6 years ago

You are right it created a jump bug on my server.